InterviewSolution
Saved Bookmarks
| 1. |
What are command line arguments? |
|
Answer» The arguments/parameters which are sent to the main() function while executing from the command line/console are called so. All the arguments sent are the strings only. |
|