What is the Difference between "printf" and "sprintf"?
Answer Posted / lavanya
printf funtion is to write the output to stdout.
sprintf function is to store romatted input output on a
string buffer
| Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
Show the application of a dynamic array with the help of an example.
What does new do in c++?
Describe Trees using C++ with an example.
What do c++ programmers do?
Should the this pointer can be used in the constructor?
Define upcasting.
What does h mean in maths?
What is the difference between structure and class?
What gives the current position of the put pointer?
What are different types of loops in c++?
How would you differentiate between a pre and post increment operators while overloading?
What is time h in c++?
Is c++ an oop?
What does extern mean in a function declaration in c++?
What do you mean by enumerated data type?