Answer:
The answer is "It's necessary to include names of pointer arguments in function prototypes".
Explanation:
In method prototype, the declaration of the method specifics name and type of methods like arity, parameter type, and return type, but omits the method body, and the correct choices can be defined as follows:
- A method which gets an address of the parameter must fix a pointer parameter for all the address to be received.
- The code compiler doesn't differentiate the received method and a single subscribe array reference or function.
- Its function should "know" how a single sub-scripted array has been received for which simulated references are required.