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
What is a dll entry point?
What is the full form of stl in c++?
Define virtual constructor.
What is the importance of mutable keyword?
Is c++ proprietary?
Explain abstraction.
What are associate containers?
Can a program run without main?
What are dynamic type checking?
Is string data type in c++?
What are the uses of static class data?
What is the operator in c++?
What is vector pair in c++?
Is c++ vector dynamic?
what is COPY CONSTRUCTOR and what is it used for?