write a program to print the second largest number
Answers
Answered by
0
Explanation:
thank you for free points
Answered by
1
Please refer to Array in C article. Below statements will ask the user to enter the array arr[] size (Number of elements an Array can hold), and assign the user entered values to Size variable. printf("\n Please Enter the size of an array \n"); scanf("%d",&Size);
Similar questions