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
Will c++ be replaced?
Can we declare a base-class destructor as virtual?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Are there any special rules about inlining?
What are the differences between a struct and a class in C++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is abstraction with real time example?
How important is c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
What is pure virtual function?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?