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
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is overloading unary operator?
Explain the difference between realloc() and free() in c++?
How do you clear a buffer in c++?
Can java be faster than c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is a manipulative person?
What is null pointer and void pointer and what is their use?
What are the types of container classes?
Explain method of creating object in C++ ?
What is setfill c++?
Why c++ is the best language?
What is polymorphism in c++? Explain with an example?
What you know about structures in C++?
Can turbo c++ run c program?