Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q21
If y is of integer type then the expressions
3 * (y - 8) / 9 and (y - 8) / 9 * 3
yield the same value if
Answer: Option C
Q22
Integer division results in
Answer: Option A
Q23
Which of the following comments about EOF are true ?
Answer: Option
Q24
The value of an automatic variable that is declared but not initialized will be
Answer: Option C
Q25
Choose the correct statements.
Answer: Option
Q26
Choose the correct statements
Answer: Option
Q27
The const feature can be applied to
Answer: Option
Q28
Which of the following operators takes only integer operands ?
Answer: Option D
Q29
In an expression involving II operator, evaluation
Answer: Option
Q30
Pick the operators that associate from the left
Answer: Option