Find the output

#includestdio.h
Int main()
{
chr *ptr="pointer";
printf(ptr+2);
return 0;
}

Posted on by