Write a complete c program to open a file called number. Txt that contain only integer. The firt integer, n, repreent the number of other integer in the file and the econd number m repreent the number of row that you will print. Create a dynamic array that can hold exactly n integer and then read the number from the file into your array. Once you have the whole array call a function that will print the content of the array into m row with ubequent number on different row (with the firt row followingthelatrow). Forexample,ifthefilecontained10 3 1 2 3 4 5 6 7 8 9 10 then it hould output