I've been review these two functions frantically. I've written numberous programs replacing printf with puts and it does the same output. I know puts is for displaying strings, but other than that why would I use puts instead of printf or vise versa?
Hern![]()



LinkBack URL
About LinkBacks




"puts" is shorter than "printf" by two characters.