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
Why is polymorphism important in oop?
What is persistence in oop?
What is encapsulation oop?
What is destructor example?
What language is oop?
What is class in oop with example?
What is the importance of oop?
What is encapsulation in oop?
What is inheritance and how many types of inheritance?
What is the important feature of inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is abstraction and encapsulation?
What are main features of oop?
What is solid in oops?
write a C++ program for booking using constructor and destructor.