In the following declaration of main, "int main(int argc,
char *argv[])", to what does argv[0] usually correspond?
1) The first argument passed into the program
2) The program name
3) You can't define main like that
Answer Posted / ram
The answer is the program name.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why interface is used?
How is polymorphism achieved?
Can a varargs method be overloaded?
What is ambiguity in inheritance?
What is a function in oop?
what are the different types of qualifier in java?
How can you overcome the diamond problem in inheritance?
What is the highest level of cohesion?
What is destructor example?
What is abstraction in oops with example?
What is the important feature of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why do pointers exist?
Can bst contain duplicates?
What is encapsulation c#?