Multiple Choice
When you pass a pointer as an argument to a function, you must
A) declare the pointer value again in the function call
B) dereference the pointer value 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
Q34: To use any of the smart pointers
Q35: A pointer variable is designed to store<br>A)
Q36: An array name is a pointer constant
Q37: It is legal to subtract a pointer
Q38: The _, also known as the address
Q40: Select all that apply. Which of the
Q41: What does the following statement do?<br>Double *num2;<br>A)
Q42: Assuming ptr is a pointer variable, what
Q43: The ampersand (&) is used to dereference
Q44: Which of the following is true about