Solved

When You Pass a Pointer as an Argument to a Function

Question 39

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions