Multiple Choice
When you pass a pointer as an argument to a function, you must ________.
A) declare the pointer variable again 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
Q9: With pointer variables you can access, but
Q18: In C++11, the nullptr keyword was introduced
Q20: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q21: The statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The statement:
Q22: A pointer variable may be initialized with
Q23: A pointer variable is designed to store
Q24: The following statement: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="The following
Q26: To help prevent memory leaks from occurring
Q27: When you work with a dereferenced pointer,
Q28: When the less than ( < )operator