Top

Discussion

What does the first 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: A

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

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

Post your comment