0
What is the difference between printf() and sprintf() ?
Posted by The Blogger
on
9:06 AM
in
c
Answer:
sprintf() writes data to the character array whereas printf(...) writes data to the standard output device.
sprintf() writes data to the character array whereas printf(...) writes data to the standard output device.
Post a Comment