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
What is function definition in c?
What is adt in c programming?
Explain about the functions strcat() and strcmp()?
Why is extern used in c?
What is the basic structure of c?
What is an expression?
Write a program to check armstrong number in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
ATM machine and railway reservation class/object diagram
What is a string?
What is the difference between abs() and fabs() functions?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How to write c functions that modify head pointer of a linked list?
Explain main function in c?
What is the auto keyword good for?