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 is an arraylist c++?
How did c++ get its name?
Define macro.
What is set in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
What are the benefits of pointers?
Can circle be called an ellipse?
What are the benefits of c++?
How is objective c different from c++?
What relational operators if statements in c++?
What is the function to call to turn an ascii string into a long?
What is the difference between *p++ and (*p)++ ?
What is scope in c++ with example?
How a macro differs from a template?
What is using namespace std in c++?