Printf's different satatements
Answers
Answered by
1
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
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