Answer Posted / naresh
printf is used to print the content to standard output.
this is a predefined function in C.It is included in stdio.h
library
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are local static variables?
What is the difference between scanf and fscanf?
What is a example of a variable?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Can we change the value of #define in c?
Explain the advantages and disadvantages of macros.
What is a void pointer in c?
What is the heap in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the function of volatile in c language?
Is printf a keyword?
How many keywords are there in c?
What is output redirection?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above