Im trying to scan a file using fscanf and want to put the results in a multidimensiona l array (since C has no strings I need it to store names).
Basically I want to be able to have a multidimensiona l array of names that were scanned in order that the file had and be able to access each one by using array[1] for example, to output one of the names.
Im very bad at multidimensiona l array syntax so am asking for help, I could post my code and file contents if needed, but thought someone may know how to do this without them, thanks in advance.
Basically I want to be able to have a multidimensiona l array of names that were scanned in order that the file had and be able to access each one by using array[1] for example, to output one of the names.
Im very bad at multidimensiona l array syntax so am asking for help, I could post my code and file contents if needed, but thought someone may know how to do this without them, thanks in advance.
Comment