Question: Read the following code. What could be displayed? float find Max(float A[], int N) { int i; float the Max = &(A[O]); for (i =
Read the following code. What could be displayed? float "find Max(float A[], int N) { int i; float "the Max = &(A[O]); for (i = 1:1 'the Max) the Max = &(A[1]); return the Max; void main() { float A[5] = {0.0, 3.0, 1.5, 2.0, 4.1); float *maxA; maxA= findMax(A.5); "maxA = 'maxA + 1.0; printf("%.1f %.1f ","maxA.A[4]); 5.1 4.1 05 3 Not sure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
