Multiple choice The ''puts(argv[0]);'' prints the name of source file Argv the no. of command line arguments name of executable file Reveal answer Fill a bubble to check yourself D Correct answer Explanation In C, argv[0] is a pointer to the string containing the name of the program being executed.