What is the Difference between "printf" and "sprintf"?
Answer Posted / lavanya
printf funtion is to write the output to stdout.
sprintf function is to store romatted input output on a
string buffer
Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
To what does “event-driven” refer?
How many namespaces are there in c++?
What is type of 'this' pointer? Explain when it is get created?
Can c++ do everything c can?
State the difference between delete and delete[].
Write syntax to define friend functions in C++.
Write is a binary search tree? Write an algo and tell complexity?
What's the order in which the local objects are destructed?
What is long in c++?
Why c++ does not have finally?
How is modularity introduced in C++?
Does a derived class inherit or doesn't inherit?
Differentiate between the manipulator and setf( ) function?
Name the operators that cannot be overloaded in C++?