Question: please need help with this c program write c program that reads names from file using 2 dynamic arrays then print the list names 1)
please need help with this c program
write c program that reads names from file using 2 dynamic arrays then print the list names
1) sorted by last name (i.e., lastName, firstName)
Fahad, Mohammaed
Michael, Thomas
2) sorted by first names( i.e., firstName lastName) without camma
Mohammaed Fahad
Thomas Michael
we need to use pointer, array and string and without using structure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
