Basic C Programming MCQ Questions and Answers
Practice ModeShowing 10 of 198 questions
Q121
The statement int **a;
Answer: Option C
Q122
Which of the following operators can be applied to pointer variable(s) ?
Answer: Option C
Q123
Pointers are of
Answer: Option D
Q124
The address operator &, cannot act on
Answer: Option
Q125
A pointer variable can be
Answer: Option
Q126
A string that is a formal parameter can be declared
Answer: Option
Q127
Choose the correct statements.
Answer: Option
Q128
If x is an array of integer, then the value of &x [x] is same as that of
Answer: Option C
Q129
Pick the correct answers.
If x is an one dimensional array, then
Answer: Option
Q130
Let x be an array. Which of the following cannot be present in the left hand side of an assignment statement?
Answer: Option