What is the Difference between "printf" and "sprintf"?
Answer Posted / praveen
printf writes the data to console
sprintf writes the data to an array
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Describe delete operator?
How would you call C functions from C++ and vice versa?
How long will it take to learn programming?
What are the differences between new and malloc?
Explain terminate() and unexpected() function?
Differentiate between C and C++.
Specify some guidelines that should be followed while overloading operators?
Write a program to find the reverse Fibonacci series starting from N.
What is doubly linked list in c++?
What is lazy initialization in c++?
What are built-in functions? What is the syntax for the definition?
What is abstraction in c++?
What is the best free c++ compiler for windows?
Tell me can a pure virtual function have an implementation?
What is #include cstdlib in c++?