How to create a 2D array
问题 Im stil a beginner in C programming and I need a little help writing a code for my C programming class . The prompt is: Input for this program is a two-dimensional array of floating point data located in a file named textfile94. The input array will contain 3 rows of data with each row containing 5 columns of data. I want you to use the two-subscript method of dynamic memory allocation. Use malloc to create an array that holds pointers. Each element of that array points at another array,