Compiler output
prog.cpp: In function 'int main()':
prog.cpp:36:50: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[128]' [-Wformat]
prog.cpp:36:50: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[128]' [-Wformat]
prog.cpp:36:50: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'char*' [-Wformat]
prog.cpp:36:50: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'char*' [-Wformat]
prog.cpp:59:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]