English, asked by bhaskarkavle, 2 months ago

printf statement is use to

Answers

Answered by gurjarlali34
0

Answer:

hrehdudududuudduudd

Answered by judahemmanuel066
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