Multiple choice

int i; int *j; int **k; In the above declaration, 'k' is a

  1. pointer to a variable

  2. pointer variable

  3. pointer to an int pointer

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer