What is command line argument?
Long Answer
Views 1109
Answer:
The argument passed to the main() function while executing the program is known as command line argument. For example:
main(int count, char *args[]){ //code to be executed }
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.