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
What is encapsulation in oop?
What is inheritance in simple words?
How is polymorphism achieved?
What is the fundamental idea of oop?
What is persistence in oop?
Where is pseudocode used?
write a program to find 2^n+1 ?
What are the 3 pillars of oop?
How Do you Code Composition and Aggregation in C++ ?
What does and I oop mean?
What is for loop and its syntax?
What is overriding in oop?
How does polymorphism work?
What is the example of polymorphism?
class type to basic type conversion