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 / zubeir
the answer is 1st choice.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is overloading in oop?
What is encapsulation in oops?
What is class encapsulation?
What is polymorphism what are the different types of polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
Is data hiding and abstraction same?
What is oops with example?
What are two types of polymorphism?
What is static modifier?
State what is encapsulation and friend function?
What is the highest level of cohesion?
Why multiple inheritance is not allowed?
What is ambiguity in inheritance?
What is polymorphism used for?
What are the three parts of a simple empty class?