#include<stdio.h>
int main()
{
    char*ptr = "Helloworld";
    printf("!ptr+7);
    return 0;
}
Guess the output.

Posted on by