printf statement is use to
Answers
Answered by
0
Answer:
hrehdudududuudduudd
Answered by
0
Answer:
In C programming language, printf() function is used to print the (“character, string, float, integer, octal and hexadecimal values”) onto the output screen. We use printf() function with %d format specifier to display the value of an integer variable. ... To generate a newline,we use “\n” in C printf() statement.
Similar questions