Question: This is a question in C language Question 1 (1 point) Assume we define an array as follows: float catWeights []={8.2,7.8,9.3,17.3} Which one of the
Question 1 (1 point) Assume we define an array as follows: float catWeights []={8.2,7.8,9.3,17.3} Which one of the following function prototypes would most correctly accept the array? int checkForChonkers(int weights, int num) int checkForChonkers(weights[], int num) int checkForChonkers(float * weights, int num) int checkForChonkers(float weights, int num)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
