1.

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 saidI got this question in exam.This key question is from printf in portion Input and Output in C of C

Answer»

Correct answer is (B) written on to the STANDARD output device

To EXPLAIN: After the control string, the function can have many additional arguments as SPECIFIED in the control string, this parameter contains the text to be written on to the standard output device.



Discussion

No Comment Found

Related InterviewSolutions