Predict the output of this code snippet
#include<stdio.h>
char *p=”#include <stdio.h> %c%c char *p=%c%s%c; %c%c void main(){%c%c printf(p,13,10,34,p,34,13,10,13,10,13,10,13,10); %c%c }”;
void main()
{
printf(p,13,10,34,p,34,13,10,13,10,13,10,13,10);
}
Frnds this qn is simple.. I need ur answer with a proper xplanation.
Advertisements