Find the output.

#includestdio.h
int main()
{
char *ptr = "Pointer";
printf(ptr+2);
return 0;
}

Posted on by