Which of the following declares a pointer to a pointer to an integer?

A. int&  p;
B. int&& p;
C. int*  p;
D. int** p; 
E. int* &p;

Answer: D

Computer Science & Information Technology

You might also like to view...

A ________ is any text that ends with a hard return

A) Sway B) heading C) paragraph D) group

Computer Science & Information Technology

The ________ displays cells and the formulas in those cells when they are not visible on the screen

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology