Computer Science, asked by gummagattaradha, 5 months ago

write a program to print the second largest number​

Answers

Answered by XX456XX
0

Explanation:

thank you for free points

Answered by XxmschoclatequeenxX
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