Question: 1. Consider the following declaration: float decimal[50]; What kind of value (data type) can be stored in each element? C programming 2. Write the
1. Consider the following declaration: float decimal[50]; What kind of value (data type) can be stored in each element? C programming 2. Write the function definition of a function called exponential that takes two whole numbers as input arguments. The first input argument represents the value and must be called number. The second input argument represents the power the value will be increased by and must be called pow. The function returns the exponential value expressed as a value with 2 decimal points. Type only the function definition at the top of your C program - not the complete C program.
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
