Multiple Choice
The general syntax to declare a pointer variable is ____.
A) dataType &identifier;
B) *dataType identifier;
C) &dataType identifier;
D) dataType *identifier;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: When a program no longer needs a
Q35: The statement _ declares board to be
Q36: The time complexity of the function seqSearch
Q37: The values belonging to pointer data types
Q38: A declaration such as int *p; allocates
Q40: In order to maintain and process the
Q41: The copy constructor does not execute when
Q42: A pointer variable can be passed as
Q43: When a dynamic variable is no longer
Q44: It is good programming practice to develop