How would you go about writing a C program that takes a single command-line argument, the name of a file.The program reads this file, and outputs on standard out only the first letter of each word (treat only spaces or newlines as valid ways to separate words).