Multiple Choice
If p is a pointer variable of type int, then the statement ____ copies the value of list into p.
A) list = p;
B) p.copy(list) ;
C) p->copy(list) ;
D) p = list;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: In an array list, the time complexity
Q27: The decrement operator decrements the value of
Q28: The general syntax to include the copy
Q29: The time complexity of the function isEmpty
Q30: The value of a pointer variable is
Q32: If a class has member variables that
Q33: Two different pointer variables cannot point to
Q34: When a program no longer needs a
Q35: The statement _ declares board to be
Q36: The time complexity of the function seqSearch