What and all can a compiler provides by default?
Answer Posted / sandy
Also operator "&"
class Test {};
int main()
{
Test t;
Test *ptr = &t;
return 0;
}
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain the differences between list x; & list x();.
What is setiosflags c++?
Should you pass exceptions by value or by reference?
What is an orthogonal base class in c++?
What does #define mean in c++?
What is microsoft c++ redistributable?
Which compiler does turbo c++ use?
What is a template in c++?
Can we define a constructor as virtual in c++?
What is a rooted hierarchy?
How are Structure passing and returning implemented by the compiler?
Do we have to use initialization list in spite of the assignment in constructors?
What is c++ good for?
Is c++ vector a linked list?
Is java as fast as c++?