Computer Science, asked by khyatinaik1455, 2 months ago

c programme to find largest no. through algorithm

Answers

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