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
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Describe linkages and types of linkages?
What is oops in c++?
What is the iunknown interface?
What is the difference between public, private, and protected access?
How does class accomplish data hiding in c++?
What is the basic of c++?
What happens when the extern "c" char func (char*,waste) executes?
Do the parentheses after the type name make a difference with new?
What is c++ vb?
Write a note about the virtual member function?
What is the array and initializing arrays in c++?
What is a container class?
What are the important differences between c++ and java?
What is abstract keyword in c++?