Multiple choice

Find out odd one out of the following statements assuming an integer variable, a, whose value is already initialised to 10.

  1. printf(“%d ”, a)

  2. printf(“%d ”, *&a)

  3. printf(“%d ”, &&&&&&a)

  4. printf(“%d ”, &&&&&*&a)

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

null