Computer Science, asked by noorulain3859, 3 months ago

Printf's different satatements

Answers

Answered by MrInevitable
1

Answer:

{ \huge{ \boxed{ \underline{ \overline{ \overline{ \overline{ \underline{ \mathtt \purple{AnSweR☻}}}}}}}}}

Explanation:

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.

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