In int main(int argc, char *argv[]) what is argv[0]
a) The first argument passed into the program
b) The program name
c) You can't define main like that
No Answer is Posted For this Question
Be the First to Post Answer
What is "mutable" keyword?
Tell me an example where stacks are useful?
What is abstract keyword in c++?
What is while loops?
How important is c++?
Can you overload the operator+ for short integers?
Where are setjmp and longjmp used in c++?
Define pure virtual function?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is OOPs
advantages and disadvantages of using Borland C++ / version 5.
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.