Write a C program to do the following:
Question1. Write a program which reads a data file of floating numbers in an array and prints the array elements along with number of items in array. The name of the data file (e.g. float.txt) should be provided interactively. Next,
Question2. Write a function which prints the sum of the elements in array.