1.

What is the meaning of a command line argument in C?

Answer»

Command-line arguments are USED to get parameters from the command PROMPT in C. There are three arguments to the main FUNCTION in C. They are as follows:

  • Argument counter
  • Argument vector
  • Environment vector


Discussion

No Comment Found