[Solved]Create C Program Ask User Name File Read Input Program First Line Input Consist Three Whol Q37228762

Create a C program which will ask the user for the name of afile from which to read the input into your program.
The first line of input will consist of three whole numbersrepresenting the sizes of three two
dimensional arrays (matrices). The first value is the number ofrows in array A. Second is the
number of columns in array A. The third is the number of columnsin array B. The number of rows
in array B will be the same as the number of columns in arrayA.The number of rows in array C
will be the same as the number of rows in array A. The number ofcolumns in array C will be the
same as the number of columns in array B. Your program will usedynamic memory to create the functional equivalent of the threearrays A, B, and C which will be composed of complex numbers. Thenyour program will read in the values of the arrays A and B whichwill be in the form:
(1.1 4.4.) (3.3 2.2) …
Where each line corresponds to a row of the array (the number ofpairs of
numbers on a row is the same as the number of columns in thatarray). Your program will then do a matrix multiplication of Atimes B and place the result into array C. Then display the resultsby displaying C on the screen.
ASSIGNMENT: Create a program which will ask the user for the name of a file from which to read the input into your program The first line of input will consist of three whole numbers representing the sizes of three two dimensional arrays (matrices). The first value is the number of rows in array A. Second is the number of columns in array A. The third is the number of columns in array B. The number of rows in array B will be the same as the number of columns in array A. The number of rows in amay C will be the same as the number of rows in array A. The number of columns in array C will be the same as the number of columns in arrayEB Your program will use dynamic memory to create the functional equivalent of the three arrays A, B, and C which will be composed of complex numbers. Then your program will read in the values of the arrays A and B which will be in the form: (1.1 4.4 (3.3 2.2) Where each line corresponds to a row of the array (the number of pairs of numbers on a owis the same as the number of columns in that array). Your program will then do a matrix multiplication of A times B and place the result into array C. Then display the results by displaying C on the screen Show transcribed image text ASSIGNMENT: Create a program which will ask the user for the name of a file from which to read the input into your program The first line of input will consist of three whole numbers representing the sizes of three two dimensional arrays (matrices). The first value is the number of rows in array A. Second is the number of columns in array A. The third is the number of columns in array B. The number of rows in array B will be the same as the number of columns in array A. The number of rows in amay C will be the same as the number of rows in array A. The number of columns in array C will be the same as the number of columns in arrayEB Your program will use dynamic memory to create the functional equivalent of the three arrays A, B, and C which will be composed of complex numbers. Then your program will read in the values of the arrays A and B which will be in the form: (1.1 4.4 (3.3 2.2) Where each line corresponds to a row of the array (the number of pairs of numbers on a owis the same as the number of columns in that array). Your program will then do a matrix multiplication of A times B and place the result into array C. Then display the results by displaying C on the screen
Expert Answer
Answer to Create a C program which will ask the user for the name of a file from which to read the input into your program. The fi… . . .
OR

