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
What is the use of c++ programming language in real life?
What is the use of endl in c++?
which of the following is not an secondary constant a) array b) real c) union
Why c++ is the best language?
Why should you learn c++?
What is the difference between set and map in c++?
When must you use a pointer rather than a reference?
What is recursion?
give me an example for testing a program showing the test path .show how the test is important and complex.
How the delete operator differs from the delete[]operator?
Define a pdb file.
What do you mean by ‘void’ return type?
Explain virtual class and friend class.
Define the process of handling in case of destructor failure?
Can malloc be used in c++?