Input Output in C MCQs Exercise I

Ques 1 Input Output


Which of the following is output function in C?

A scanf()
B gets
C Both (a) and (b)
D printf()

Ques 2 Input Output


Which of the following is input function in C?

A scanf()
B gets
C Both (a) and (b)
D printf()

Ques 3 Input Output


Which of the following is not a input-output function in C?

A scanf(),printf()
B gets(),puts()
C cin and cout
D All of these

Ques 4 Input Output


Can we show scanf(),printf() function on output Console in C?

A True
B False
C N/A
D N/A