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
What do you mean by a template?
What are the four main data types?
Is string data type in c++?
Write a program to show polymorphism in C++?
What is the best c++ compiler?
What is an inclusion guard?
What do you mean by late binding?
What is meant by the term name mangling in c++?
Briefly describe a B+ tree. What is bulk loading in it?
Why is null pointer used?
Can a program run without main function?
What is the benefit of encapsulation?
Can we define a constructor as virtual in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What are stacks?