What is a printf() function. Explain in detail?
Answers
Answered by
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