Computer Science, asked by reddysaivishal10, 3 months ago

An array contains the elements (8, 13,17,26,44) write a c function to calculate the mean of the array

Answers

Answered by chintamanbhamre000
1

Answer:

We can also declare an array by another method. int n[ ] = {2, 3, 15, 8, 48, 13};. In this case, we are declaring and assigning values to the array at the .

Similar questions