Compiler output
prog.cpp: In function âint main()â:
prog.cpp:36:43: warning: format â%sâ expects argument of type âchar*â, but argument 2 has type âchar (*)[25]â [-Wformat]
prog.cpp:36:43: warning: format â%sâ expects argument of type âchar*â, but argument 3 has type âchar (*)[25]â [-Wformat]
prog.cpp:64:36: warning: format â%sâ expects argument of type âchar*â, but argument 3 has type âchar (*)[25]â [-Wformat]
prog.cpp:100:29: warning: format â%sâ expects argument of type âchar*â, but argument 2 has type âchar (*)[25]â [-Wformat]