What is Command Line Argument in C
What is Command Line Argument in C
COMMAND LINE ARGUMENT:-
Command line argument in C is a mechanism by which a program takes input during runtime. The main function takes two parameters in a command line argument such as
Argument Counter:- It counts the number of argument on the command line.
Argument Vector:- Is a pointer array which points to each argument passed to the program.
When we developing an application for DOS…
View On WordPress













