Arrays

Matching exercise

    
Match the items on the right to the items on the left.
Jagged Array is generated in
The number of command-line arguments the program was invoked with
A pointer to an array of character strings that contain the arguments, one per string
The name by which the program was invoked
A program that has no command line arguments will have argc
Command-line arguments
first argument in command line arguments
second argument in command line arguments
argv[0] in command line arguments
ONE