C Language - Input/Output Questions and Answers
Practice ModeShowing 10 of 54 questions
Q11
Identify the correct statement.
Answer: Option D
Q12
Header files in C contain
Answer: Option B
Q13
How are the library functions made available to a program?
Answer: Option C
Q14
Identify the character-oriented console I/O functions.
Answer: Option A
Q15
What is the value returned by getchar () when an alphabet key is pressed ?
Answer: Option B
Q16
The function putchar () uses
Answer: Option B
Q17
The function getchar () uses
Answer: Option A
Q18
Identify the wrong statement.
Answer: Option C
Q19
The function scanf () returns
Answer: Option B
Q20
The function printf () returns
Answer: Option C