Compiler output
prog.cpp: In function 'void init()':
prog.cpp:15:13: warning: unused variable 'j' [-Wunused-variable]
int i , j;
^
prog.cpp: In function 'int main()':
prog.cpp:98:9: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets(S);
^
prog.cpp:98:15: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets(S);
^
/tmp/cc8dctAJ.o: In function `main':
prog.cpp:(.text.startup+0x3a): warning: the `gets' function is dangerous and should not be used.