Multiple choice

Which of the following operators is used to get the content of the address pointed by a pointer variable to a particular memory location?

  1. Address of operator

  2. The comma operator

  3. Indirection operator

  4. Size of operator

  5. Decrement operator

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This operator is used to get the content of the address pointed by a pointer variable to a particular memory location.