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 are the key features in c programming language?

583


What is wrong in this statement?

578


What is function prototype in c with example?

550


Why is this loop always executing once?

584


What is default value of global variable in c?

533






Explain how can I read and write comma-delimited text?

618


How can I use a preprocessorif expression to ?

581


Is null equal to 0 in sql?

617


What type of function is main ()?

562


What's the right way to use errno?

598


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

742


What is data types?

607


Do string constants represent numerical values?

892


FILE PROGRAMMING

1751


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

627