Multiple Choice
With pointer variables, you can ________ manipulate data stored in other variables.
A) never
B) seldom
C) indirectly
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A function may return a pointer, but
Q15: An array name is a pointer constant
Q49: Every byte in the computer's memory is
Q50: You may use the type pointer to
Q51: If Circle is a structure type, the
Q52: Memory cannot be allocated after a program
Q55: A _ keeps track of dynamically-allocated memory
Q56: Any time you use the new operator,
Q57: The statement double *num;<br>A) defines a variable
Q59: The statement cout << *ptr; will output<br>A)