Question: Which statement is false? Question 1 options: A) It's necessary to include names of pointer arguments in function prototypes. B) A function receiving an address
Which statement is false?
Question 1 options:
| A) It's necessary to include names of pointer arguments in function prototypes. | |
| B) A function receiving an address as an argument must define a pointer parameter to receive the address. | |
| C) The compiler does not distinguish between a function that receives a pointer and a function that receives a single-subscripted array. | |
| D) The function must "know" whether it is receiving a sin-gle-subscripted array or simply a single variable for which it is to perform simulated call by reference. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
