Multiple Choice
When you pass a pointer as an argument to a function, you must
A) redeclare the pointer variable in the function call
B) dereference the pointer variable in the function prototype
C) use the #include<func_ptr.h> statement
D) not dereference the pointer in the function's body
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Not all arithmetic operations may be performed
Q2: A pointer can be used as a
Q15: A function may return a pointer but
Q19: C++ does not perform array bounds checking,
Q23: A pointer variable is designed to store
Q32: The statement cin >> *num3;<br>A) stores the
Q35: Assuming ptr is a pointer variable, what
Q37: These can be used as pointers.<br>A) Array
Q39: When using the new operator with an
Q42: A pointer may be initialized with<br>A) the