What is command line argument?

C Programming Language >   Fundamentals of C Language >   Important points about C  

Short Question

1090


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  
}  


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.