#include<stdio.h>
void main()
{
char *s= "C++"';
printf("%s ", s);
s++;
printf("%s", s) ;
}
What is the output of this program

Posted on by