what is printf

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


Please Help Members By Posting Answers For Below Questions

What is #include stdlib h?

626


Why is sprintf unsafe?

628


Where static variables are stored in c?

599


Can we add pointers together?

626


What are called c variables?

582






Why c is called object oriented language?

596


Explain what will the preprocessor do for a program?

610


Is it possible to have a function as a parameter in another function?

606


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1639


Write the control statements in C language

663


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

703


Do string constants represent numerical values?

936


What is use of #include in c?

609


Explain how do you determine the length of a string value that was stored in a variable?

681


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

4516