#include <stdio.h>
int main()
{
printf(" \"GEEKS %% FOR %% GEEKS\"");
getchar();
return 0;
}
“GEEKS % FOR % GEEKS”
GEEKS % FOR % GEEKS
\\"GEEKS %% FOR %% GEEKS\\"
GEEKS %% FOR %% GEEKS
This question is part of this quiz :
C Input and Output