UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

14.8.  Passing arguments to a program

The program created by the compiler can be executed as a regular command by the interpreter, but ¿can it receive arguments? Try to execute the program but this time adding a space-separated list of worlds. What does the program print? Analyze the first for loop and deduce what do variables argc and argv store.