/C-FileIO-DynamicArrays

Reads file contents into dynamically allocated array and prints to console.

Primary LanguageC

C-FileIO-DynamicArrays

Reads integer matrix from file into dynamically allocated 2D array, using first line of file to determine columns and rows, then prints matrix to console.