c programme to find largest no. through algorithm
Answers
Answered by
0
Explanation:
* C program to read N integers into an array A and.
* a) Find the sum of all numbers.
* b) Find the average of all numbers.
* Display the results with suitable headings.
int size, i, largest;
printf("\n Enter the size of the array: ");
scanf("%d", &size);
int array[size
Similar questions
Math,
1 month ago
Business Studies,
3 months ago
Environmental Sciences,
3 months ago
Biology,
10 months ago
English,
10 months ago