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 point of polymorphism?
Can we override main method?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is the diamond problem in inheritance?
Why do pointers exist?
Why interface is used?
Can main method override?
What are the features of oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is coupling in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are two types of polymorphism?
What is abstraction in oops with example?
#include
What do you mean by variable?