What will be the output of the program?
#includestdio.h

int main()
{
char *p;
p="%d\n";
p++;
p++;
printf(p-2, 23);
return 0;
}



Posted on by