+ 1
What is wrong in the following code?
4 Respuestas
+ 3
I am stumped. It looks like a compiler bug.
Workaround: It works if you replace gets() with scanf().
By the way, gets() has fallen out of favor. It was removed from the C standard in 2011 because it opens a security hole. Avoid using gets().
+ 2
16. scanf("%s",&p->a);
+ 1
thks Brian ,
0
pls help