Question: 1. Declare a pointer variable doubleList which points to a newly allocated array of 100 floating point numbers. 2. Write a statement that declares a
1. Declare a pointer variable doubleList which points to a newly allocated array of 100 floating point numbers. 2. Write a statement that declares a function prototype for a function doubleValue, which has a single parameter of type pointer to int. The function does not return any value. 3. Define the above function doubleValue, which doubles the value of its argument but returns nothing.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
