The document is a C program that takes a user-defined number of names as input and sorts them alphabetically. It uses string manipulation functions to compare and rearrange the names. The program then displays the original and sorted names in a structured format.