C | Input and Output | Question 3

Last Updated :
Discuss
Comments
C
#include <stdio.h>

int main() 
{ 
  printf(" \"GEEKS %% FOR %% GEEKS\""); 
  getchar(); 
  return 0; 
}

“GEEKS % FOR % GEEKS”

GEEKS % FOR % GEEKS

\\"GEEKS %% FOR %% GEEKS\\"

GEEKS %% FOR %% GEEKS

Tags:
Share your thoughts in the comments