Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q111
In which of the following cases will the character 't' be printed
Answer: Option
Q112
Choose the correct statement.
Answer: Option
Q113
Feature of accessing a variable through its address is desirable beccause
Answer: Option
Q114
int i = 5;
is a statement in a C program. Which of the following are true ?
Answer: Option C
Q115
Choose the correct statements.
Answer: Option
Q116
Choose the best answer.
Answer: Option C
Q117
The operators > and < meaningful when used with pointers, if
Answer: Option C
Q118
A set of names can be represented as a
Answer: Option
Q119
If arr is a two dimensional array of 10 rows and 12 columns, then arr [5] logically points to the
Answer: Option A
Q120
While sorting a set of names, representing the names as an array of pointers is preferable to representing the names as a two dimensional array of characters, because
Answer: Option