nerdexam
CIW

1D0-437 · Question #1

Consider the following command: perl1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of $#ARGV?

The correct answer is C. 2. See the full explanation below for the reasoning.

Question

Consider the following command:

perl1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of $#ARGV?

Options

  • A0
  • B1
  • C2
  • D3

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    83% (19)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice