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

What are exceptions c++?

588


What are function prototypes?

642


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1733


What is a static member?

606


Is it possible to have a recursive inline function in c++?

547






What is c++ programming language?

572


How do you define a class in c++?

639


What is pointer in c++ with example?

514


Are php strings immutable?

556


what are the iterator and generic algorithms.

1477


Does c++ vector allocate memory?

528


What is an arraylist c++?

685


Is turbo c++ free?

615


What is the most useful programming language?

601


How do you invoke a base member function from a derived class in which you’ve overridden that function?

580