Answer Posted / nashiinformaticssolutions
Command-line arguments are inputs passed to the program at runtime via argc and argv in the main function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does 3 dots mean in java?
Can we have multiple classes in a single file?
What are different type of exceptions in java?
Does set allows null in java?
What is a generic code?
What is the maximum size of hashmap in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What are "class access modifiers" in Java?
Does string is thread-safe in java?
What does index mean in java?
Where local and global variables are stored?
Explain the polymorphism principle?
Can we have more than one package statement in source file ?
How to sort array in descending order in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?