Solved

When You Pass a Pointer as an Argument to a Function

Question 38

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:

verifed

Verified

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

Related Questions