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