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
Why do we use iterators?
Write a Program to find the largest of 4 no using macros.
Explain the use of this pointer?
What does obj stand for?
Can we run c program in turbo c++?
Tell me can a pure virtual function have an implementation?
What are the types of pointer?
What is code reusability in c++?
What does the linker do?
How would perform Pattern Matching in C++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is meant by a delegate?
What is virtual table?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is the use of seekg in c++?