Top

Discussion

What are command line arguments?

  • A.Arguments passed to main() function
  • B.Arguments passed to any function
  • C.Arguments passed to class functions
  • D.Arguments passed to structure functions

Answer: A

Command line arguments are the arguments that passed to the main function when the program is starting its execution.

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

Post your comment