Multiple choice

*operator used in pointer notation stands for

  1. address of operator

  2. value at address

  3. address of a variable

  4. none of these

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

The asterisk (*) operator, when used in pointer notation, is the dereference operator, which retrieves the value stored at the memory address held by the pointer.