CS-220 Fall 2015 Lab 01 Report Due Friday Feb. 05 1. Name two advantages of a command line interface: 2. What does the "helloWorld" program you wrote do? 3. What changed between the time you ran "make test" the first time, and "make test" the second time? Why? 4. What was the value of "argc" in gdb after the gdb command "run arg1 arg2"? Why was argc this value? 5. What was the value of "argv[3]" in gdb after "run arg1 arg2"? Why was "argv[3]" this value?