Question: Need help explaining how i do this process. COMP B13 C Programming The purpose of this assignment is to give you practice writing, compiling, and

Need help explaining how i do this process.
COMP B13 C Programming The purpose of this assignment is to give you practice writing, compiling, and running a C program that produces output. MyName Your task is to write a program that displays your first name and the initial letter of your last name in large letters, as shown in the example below, using printf statements to produce the output. (If you have a long first name, you may use just the first 3 letters of it, if you like.) Name the program source file MyName.c. (The name and capitalization are important.) Be sure to include a file header comment which includes an appropriate description of the program, using the style specified in C Coding Standard. Here is an example of output, with my name. ** * * * * * WHAT TO HAND IN Upload your source code (MyName.c) in the assignment page. Don't forget to: Name your source file(s) as specified. Format your code before submission, as specified in C Coding Standard. Submit the .c file(s), not the .exe file. Include comments for your code: Author, course name, date, source file name, and a brief description
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
