Multiple Choice
The statement ____ declares board to be a pointer to a pointer.
A) int **board;
B) int *&board;
C) *int *board;
D) **int board;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: The value of a pointer variable is
Q31: If p is a pointer variable of
Q32: If a class has member variables that
Q33: Two different pointer variables cannot point to
Q34: When a program no longer needs a
Q36: The time complexity of the function seqSearch
Q37: The values belonging to pointer data types
Q38: A declaration such as int *p; allocates
Q39: The general syntax to declare a pointer
Q40: In order to maintain and process the