What and all can a compiler provides by default?
Answer Posted / shakti singh khinchi
5 things:
1: default constructor.
2: default destructor.
3: default copy constructor.
4: assignment operator (=).
5: address operator ('&').
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
List the types of polymorphism in c++?
What is c++ vb?
Explain terminate() function?
Which software is used to run c++ program?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is an operator in c++?
Explain selection sorting?
When do we run a shell in the unix system? How will you tell which shell you are running?
Can a Structure contain a Pointer to itself?
What is the difference between method overloading and method overriding in c++?
What does it mean to declare a destructor as static?
Do you know about latest advancements in C++ ?
Which one is a preferred language C or C++? Why?
What is array in c++ example?
Define namespace in c++?