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
How to demonstrate the use of a variable?
how to connect with oracle 9i with server in socket program in c/c++
What is cin clear () in c++?
Write a C++ Program to check whether a number is prime number or not?
How does com provide language transparency?
Define a pdb file.
Is python better than c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is binary object model?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Can I run c program in turbo c++?
Are vectors passed by reference c++?
What methods can be overridden in java?
Can a constructor be private?
Write a code/algo to find the frequency of each element in an array?