Question: Enter the return of the below function and inside the main function when you write printf(%d ,f_array(6)); line. What is the output? int f_array(int n)

Enter the return of the below function and inside the main function when you write printf("%d ",f_array(6)); line. What is the output? int f_array(int n) { int i; int a[] = {1,2,4,4,1,5,7,3,10,9}; for(i=1;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
