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
Evaulate: 22%5 a) 2 b) 4 c) 0
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
C is to C++ as 1 is to a) What the heck b) 2 c) 10
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is abstract keyword in c++?
Where must the declaration of a friend function appear?
Explain queue. How it can be implemented?
Can notepad ++ run c++?
What is & in c++ function?
What are static and dynamic type checking?
What are the benefits of operator overloading?
Explain the volatile and mutable keywords.
How do I write a c++ program?
How do you define/declare constants in c++?
Write a c program for binary addition of two 8 bit numbers.