int main(void) { char buf[5] = { 's', 't', 'u', 'f', 'f' }; char* ptr = buf + 6; }