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 are the differences between new and malloc?
How long will it take to learn programming?
Const char *p , char const *p What is the difference between the above two?
What is helper in c++?
Write a program to add three numbers in C++ utilizing classes.
What is ios :: in in c++?
What is the type of 'this' pointer?
What is linked list in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Write a struct time where integer m, h, s are its members?
How to access a variable of the structure?
What is a static member?
Is c++ a pure oop language?
Explain about vectors in c ++?
Write about the members that a derived class can add?