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
How would you find out if a linked-list is a cycle or not?
Are there any new intrinsic (built-in) data types?
What is an overflow error?
Is it possible for a member function to use delete this?
How many storage classes are available in C++?
Why do we use vector in c++?
What is the use of this pointer in c++?
How to create a pure virtual function?
Do you know the problem with overriding functions?
Difference between strdup and strcpy?
Where must the declaration of a friend function appear?
What is a custom exception?