Description
Write a program that computes the average value of an array of floating-point data. In the program, use a pointer variable , and not an integer index, to traverse the array elements.
18.99 $
Write a program that computes the average value of an array of floating-point data. In the program, use a pointer variable , and not an integer index, to traverse the array elements.
Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.