Pointers Questions and Answers
Practice ModeShowing 10 of 217 questions
Q11
A pointerr value refers to
Answer: Option C
Q12
Identify the correct declaration of pointer variables p1, p2.
Answer: Option D
Q13
the operators exclusively used in connection with pointers are
Answer: Option B
Q14
Identify the invalid expression for given register int r = 10;
Answer: Option B
Q15
Identify the invalid expression.
Answer: Option D
Q16
Identify the wrong declaration statement.
Answer: Option C
Q17
Identify the invalid expression given
int num = 15, *p = #
Answer: Option A
Q18
Identify the invalid expression for given float x = 2.14, * y = &x;
Answer: Option D
Q19
the operand of the address of operator is
Answer: Option C
Q20
How does compiler differentiate address of operator from bitwise AND operator ?
Answer: Option A