What is the Difference between "printf" and "sprintf"?
Answer Posted / nelson
The only difference between sprintf() and printf() is that
sprintf() writes data into a character array, while printf
() writes data to standard output device.
| Is This Answer Correct ? | 118 Yes | 10 No |
Post New Answer View All Answers
What is object in c++ wikipedia?
What are the advantages of pointers?
Why is it called c++?
Are c and c++ similar?
If all is successful, what should main return a) 0 b) 1 c) void
How do you generate a random number in c++?
Can we sort map in c++?
What problems might the following macro bring to the application?
How can you quickly find the number of elements stored in a dynamic array?
Explain some examples of operator overloading?
Why is swift so fast?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How is static data member similar to a global variable?
What is runtime errors c++?
What is ios class in c++?