What and all can a compiler provides by default?
Answer Posted / dee
default constructor, destructor, default copy constructor,
assignment operator.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Do the parentheses after the type name make a difference with new?
What is virtual base class uses?
If all is successful, what should main return a) 0 b) 1 c) void
What is the basic concept of c++?
What is the difference between #define debug 0 and #undef debug?
Explain unexpected() function?
What is a constant? Explain with an example.
Explain the difference between c & c++?
What do you mean by public protected and private in c++?
Explain all the C++ concepts using examples.
What do you mean by overhead in c++?
Is nan a c++?
Describe the advantage of an external iterator.
What is endl?