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 key words availabel in c a) 28 b) 31 c) 32

0 Answers  


What is null pointer in c?

0 Answers  


What are formal parameters?

0 Answers  


Why do we need volatile in c?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  






Why do we use static in c?

0 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What is function prototype in c language?

0 Answers  


which do you prefer C or Pascal?

1 Answers  


What is the role of && operator in a program code?

0 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


Categories