Multiple choice

Which operator returns the address of a variable?

  1. ==

  2. >=

  3. ++

  4. &

  5. !

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

It returns the address of a variable. For example, a; will give actual address of the variable.