Oct 17, 2024
char*) which point to arrays of characters (strings).char* pointers.Input Handling
Sorting
Output
readlines, qsort, and writelines functions.char* array called lineptr.lineptr using a loop.strcmp for string comparison.getline (or fgets as a common alternative).malloc (or alloc in textbook).lineptr array.readlines encounters an error (e.g., memory full), it returns negative.readlines, writelines, qsort, and swap.