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 the difference between a constructor and a destructor?
What is multilevel inheritance in oop?
What is polymorphism explain its types?
write a program to find 2^n+1 ?
Can destructor be overloaded?
What is class in oop with example?
Where is pseudocode used?
Is data hiding and abstraction same?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is encapsulation in oop?
What is encapsulation c#?
What does enum stand for?
Can an interface inherit a class?
What is super in oop?
What is encapsulation oop?