What is the Difference between "printf" and "sprintf"?
Answer Posted / ramanji
printf() is used to send the output to the output consoled
device i.e,monitor
and the sprintf() is send the output to the specified file
that will be given in the parameters
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
How does c++ structure differ from c++ class?
What is the insertion operator and what does it do?
What is virtual methods?
What is function prototyping?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What information can an exception contain?
What are the different types of comments allowed in c++?
Why was c++ made?
What are the benefits of operator overloading?
What is friend class in c++ with example?
How many static variables are created if you put one static member into a template class definition?
What is object in c++ example?
When is dynamic checking necessary?
What are the data types in c++?
What is the difference between the indirection operator and the address of oper-ator?