what is printf

Answer Posted / chandramohan

printf is a predefined function in c language to print the
content on to the console.
it is comming from stdio.h library

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sizeof return c?

610


What is zero based addressing?

722


What is the difference between strcpy() and memcpy() function in c programming?

630


What does the error 'Null Pointer Assignment' mean and what causes this error?

746


What is the process to create increment and decrement stamen in c?

590






Is using exit() the same as using return?

684


What is pragma c?

620


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3192


What are the standard predefined macros?

639


What is c basic?

603


What is the use of a semicolon (;) at the end of every program statement?

780


Write a program to print ASCII code for a given digit.

692


What is malloc calloc and realloc in c?

673


What is the process to generate random numbers in c programming language?

616


What should malloc(0) do?

619