print f statement can use multiple parameters.
true or false
Answers
Answered by
2
Answer:
TRUE is correct answer ✍️✍️✍️
Explanation:
please thanks My answer ❤️
Answered by
0
Answer:
Printf can take as many arguments as you want. In the man page you can see a ... at the end, which stands for a var args. If you got 96 times %s in your first argument, you'll have 97 arguments (The first string + the 96 replaced strings ;) ) printf can take any number of inputs
1. printf() function in C language: 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
answer is true .
mark me as brainlist.
Similar questions