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
Difference between a copy constructor and an assignment operator.
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Describe the advantages of operator overloading?
Is ca high or low level language?
Does c++ support multilevel and multiple inheritances?
What is fixed in c++?
What is an associative container in c++?
What is algorithm in c++ programming?
Should I learn c++ c?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Why do we need function?
Is the declaration of a class its interface or its implementation?
What is a constructor and how is it called?
What are disadvantages of pointers?