what is the diff between the printf and sprintf functions??
and what is the syntax for this two functions ??
Answer Posted / guest
printf statement print the result with comment
sprintf statement print the string
Syntax
printf(" ");
sprintf(object name[argument]);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is meant by int main ()?
Differentiate fundamental data types and derived data types in C.
How can I do graphics in c?
Is int a keyword in c?
Is it better to use a macro or a function?
Why c is a procedural language?
What is a sequential access file?
What is the difference between arrays and pointers?
Compare and contrast compilers from interpreters.
is it possible to create your own header files?
define string ?
What does void main return?
Is there a way to compare two structure variables?
What does 1f stand for?
How to establish connection with oracle database software from c language?