Q:

WHAT IS PRINTF()?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS PRINTF()?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

printf() is an inbuilt library function in C which is available in C library by default. This function is declared and related macros are defined in “stdio.h” header file.

printf() function is used to print the “character, string, float, integer, octal and hexadecimal values” onto the output screen.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS SCANF()?... >>
<< WHAT IS THE DIFFERENCE BETWEEN ASSEMBLER, COMPILER...