What is the Difference between "printf" and "sprintf"?
Answer Posted / ramanji
printf() is used to send the output to the output consoled
device i.e,monitor
and the sprintf() is send the output to the specified file
that will be given in the parameters
Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is a static element?
Is there finally in c++?
What are built-in functions? What is the syntax for the definition?
What is std :: flush?
Why c++ is called oop?
How do you find out if a linked-list has an end?
What does I ++ mean in c++?
What are libraries in c++?
What is srand c++?
What is bubble sort c++?
Which should be more useful: the protected and public virtuals?
What does new return if there is insufficient memory to make your new object?
What does iomanip mean in c++?
What is a terminating character in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?