Top

Discussion

What does the second parameter of the main function represent?

  • A.Number of command line arguments
  • B.List of command line arguments
  • C.Dictionary of command line arguments
  • D.Stack of command line arguments

Answer: B

The second argument of the main() function represents the list of command line arguments that are passed.

No comment is present. Be the first to comment.
Loading…

Post your comment