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


Please Help Members By Posting Answers For Below Questions

Why do we learn c++?

523


What is the meaning of string in c++?

562


What is the best c++ ide?

590


What character terminates all character array strings a) b) . c) END

660


What is the purpose of templates in c++?

559






What is c++ course?

572


What is a class template in c++?

511


Is python written in c or c++?

611


How can you link a c program with a c function?

556


Mention the ways in which parameterized can be invoked. Give an example of each.

561


What is a type library?

678


What is object file? How can you access object file?

589


What are c++ manipulators?

599


Explain dangling pointer.

671


What is abstract keyword in c++?

578