What is the Difference between "printf" and "sprintf"?
Answer Posted / namitha
printf is used to write the data in its format.
sprintf is used to write formatted data to string.
Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Can static member variables be private?
How many different levels of pointers are there?
Do class method definitions?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Why we use #include iostream in c++?
Is c++ vector dynamic?
Is set c++?
What is the extraction operator and what does it do?
Should I learn c or c++ first?
What is a modifier in c++?
What is c++ code?
What do manipulators do?
What is scope in c++ with example?
What is the use of structure in c++?