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

how many argument we can pas in in a function

25 Answers   CTS,


What's the best way to declare and define global variables?

7 Answers  


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Why is main function so important?

0 Answers  






What does 3 periods mean in texting?

0 Answers  


What is an array in c?

0 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


Why array starts with index 0

2 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


What are the advantages of c preprocessor?

0 Answers  


Categories