what is printf

Answers were Sorted based on User's Feedback



what is printf..

Answer / 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

what is printf..

Answer / 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

what is printf..

Answer / azad sable, chiplun

yhe function printf() fall under the category of formatted
console I/O function. It allow us to to obtain the output
in specified form.

Is This Answer Correct ?    4 Yes 1 No

what is printf..

Answer / sujith shetty

Printf is a statement used to print the character number
etc..inside the double quote.it is stored in the library
function #include<stdio.h>.

Is This Answer Correct ?    0 Yes 0 No

what is printf..

Answer / manju

printf is used to print the function of the statement.&its
header file is <include.stdio.h>

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


How can I read a binary data file properly?

0 Answers  


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


What is meant by high-order and low-order bytes?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  






What is a good way to implement complex numbers in c?

0 Answers  


What do you mean by keywords in c?

0 Answers  


What language is lisp written in?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


What is the use of sizeof () in c?

0 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


Categories