Find the output of the following code:
#includestdio.h
main()
{
char *s = "Fine";
*s = 'N';
printf("%s", s);
}

Posted on by