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(n) ________ cable contains a glass or plastic core
Fill in the blank(s) with correct word
Computer Science & Information Technology
You should use bullets for an ordered hierarchical list
Indicate whether the statement is true or false
Computer Science & Information Technology
Write a conditional expression that will be true for all values of the variable x in the given range and false for all values outside the given range. Note that the variable x can take on any value, not just integer values.
Between 5 and 10 including end points
Computer Science & Information Technology
Sorting is the process of arranging data in a specific order based on the value in each field
Indicate whether the statement is true or false
Computer Science & Information Technology