Computer Science, asked by royanuj582, 5 hours ago

print f statement can use multiple parameters.
true or false​

Answers

Answered by pushpr351
2

Answer:

TRUE is correct answer ✍️✍️✍️

Explanation:

please thanks My answer ❤️

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