#inlcudestdio.h
int main()
{
char*ptr="helloworld";
printf(ptr+7)
return 0;
}

Find the output.

Posted on by