I'm a college student learning how to program in C. We recently got an assignment to transpose a list of names. We have to read in from a file a list of names and print them out and write to a file with the names going downwards.
I'm not asking for anyone to do my homework so please don't tell me that you won't because I know that. I simply need some pointers.
I'm going to use a 2 dimensional array as well as a double for loop for the printing.
Does anyone have any pointers on how to do this? Other than that I have nothing else. Thank you in advance.