Multiple Choice
The parameter control string in the printf () is a C String that contains text to be __________
A) taken from a standard output device
B) written on to the standard output device
C) received from the standard output device
D) nothing can be said
Correct Answer:

Verified
Correct Answer:
Verified
Q48: What is the qualifying input for the
Q49: The syntax of printf() function is printf("control
Q50: Choose the correct description for control string
Q51: _ is an optional argument that gives
Q52: Which of the following data-types are promoted
Q53: What does scanf() function return?<br>A)Number of successfully
Q54: What error will be generated on using
Q55: Which of the following statement is true?<br>A)The
Q56: A conversion specification %7.4f means _<br>A)print a
Q57: If the user enters 1 3.2 s,