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 class that receives notification of KeyEvents must inherit from the class.

a. KeyHandler b. KeyListener c. EventListener d. KeyEvent

Computer Science & Information Technology

Which of the following is not a control structure:

a. Sequence structure. b. Selection structure. c. Repetition structure. d. Declaration structure.

Computer Science & Information Technology

When you want to modify Hue/Saturation in areas that are difficult or not practical to select, think of using the ____________________ feature.

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

Computer Science & Information Technology

?Choose the correct pronoun in the following sentence. Hayden and __________ hired the band for the party.

A. ?I B. ?me

Computer Science & Information Technology