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
What is malloc in c++?
Explain what are single and multiple inheritances in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What are register variables?
What are associate containers?
Which compiler does turbo c++ use?
Can create new c++ operators?
How many types of modularization are there in c++?
Out of fgets() and gets() which function is safe to use and why?
Why is c++ still used?
What does new do in c++?
What is stoi in c++?
What are structures and unions?
Is c++ the hardest language?
What is vector processing?