1
Reply

What is command line arguments?What are its uses?Where we have to use this?

Sonia Sharma

Sonia Sharma

12y
910
0
Reply

    A:Command line arguments are used to provide input through console to the main function. The inputs values generally store into a string array (usually args[])Example:void main (String args[]){for ...