Home »

printf() Function- What is the difference between "printf(…)" and "sprintf(…)"?

Question ListCategory: cprintf() Function- What is the difference between "printf(…)" and "sprintf(…)"?
milleranthony7 author asked 9 years ago
1 Answers
jessica537 author answered 8 years ago

sprintf(…) writes data to the character array whereas printf(…) writes data to the standard
output device.

Please login or Register to Submit Answer