Multiple choice int i; int *j; int **k; In the above declaration, 'k' is a pointer to a variable pointer variable pointer to an int pointer none of these Reveal answer Fill a bubble to check yourself A Correct answer