0

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  

}

Riya Answered question July 4, 2023