i want to find average of an array of size n (say,,, n = 10^5) having elements of the order 10^9,,,(1<a[i]<10^9)
is there any possible solution in c++ except that we break it in many smaller arrays and calculate their averages.....
Asked by: Abhishek_Chaudhary on April 7, 2019, 6:34 p.m. Last updated on April 7, 2019, 6:34 p.m.