Computer Science, asked by fj600090, 9 months ago

What is a printf() function. Explain in detail? ​

Answers

Answered by faridkhann
2

Explanation:

In C programming language, printf() function is used to print the “character, string, float, integer, octal and hexadecimal values” onto the output screen. ... Similarly %c is used to display character, %f for float variable, %s for string variable, %lf for double and %x for hexadecimal variable

Similar questions