1.

What Is Command Line Argument?

Answer»

Getting the arguments from command PROMPT in c is known as command LINE arguments. In c MAIN function has three arguments.They are:

  1. Argument counter
  2. Argument vector
  3. Environment vector

Getting the arguments from command prompt in c is known as command line arguments. In c main function has three arguments.They are:



Discussion

No Comment Found