What is the use of main function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is size of a object of following class? class Foo { public: void foo(){} }
Define a constructor - what it is and how it might be called (2 methods)?
What programming language should I learn first?
What do you mean by storage classes?
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?
What is the insertion operator and what does it do?
Keyword mean in declaration?
How can you create a virtual copy constructor?
Tell me difference between constant pointer and pointer to a constant.
What do you mean by inheritance in c++? Explain its types.
why c++ is not called strictly d super set of c?
What is virtual destructor? What is its use?