Question: Now add your source code. A very simple example can be found in the C source code example. This example is the most basic program.

Now add your source code. A very simple example can be found in the C source code example. This example is the most basic program. You need to modify this program in order to meet the following requirements:
Include the following information as comments at the top of your source code:
--Your Name
--Your class catalog number, section number and class term (CS3060-001 Summer 2017)
--Assignment number
Assign two parameters for your main function.
--The first parameter should be an integer such as int argc
--The second parameter should be an array of string pointers such as char *argv[]
Print a one-line description (your name and the assignment name) of your program.
Using a loop, print the contents of the array of string pointers passed as a parameter to the main function
After the loop is complete, print the number of strings that were printed

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!