+ 1
Using Secure Printf
My programming book is saying that when I am using printf, I should use like these: printf("%s","Why like this"); printf("Why not like this"); Why should I use with format-control string?
3 Respuestas
+ 1
I found the answer in internet. If I use printf without format-control string, the user can enter some arguments that can effect my program. For example:%n. Thanks to everybody.
+ 1
I have just read that link. :D
0
Could you also answer my 2d array question? @Ace