Multiple choice

Which of the following commands is used for counting number of arguments in a command line?

  1. wc args

  2. arg wc

  3. argc

  4. both (1) and (2)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 argc command is used for counting or identifying number of arguments in a command line.