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
What is runtime errors c++?
What are stacks?
What is string in c++ programming?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What are the five basic elements of a c++ program?
What is the latest version on c++?
what Is DCS ? what i will get benefit when i did?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the oldest programming language?
What are manipulators in c++ with example?
What is the difference between structures and unions?
What are destructors?
Write a C++ Program to check whether a number is prime number or not?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is c++ try block?