Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What and all can a compiler provides by default?

Answer Posted / shakti singh khinchi

5 things:

1: default constructor.
2: default destructor.
3: default copy constructor.
4: assignment operator (=).
5: address operator ('&').

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is fflush c++?

1079


What is the size of a vector?

1194


What do nonglobal variables default to a) auto b) register c) static

1199


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

2273


What are the storage qualifiers?

1220


Describe the setting up of my member functions to avoid overriding by the derived class?

1195


What is virtual table?

1177


What is void pointer in c++ with example?

1133


What is unary operator? List out the different operators involved in the unary operator.

1050


Should you pass exceptions by value or by reference?

1185


Tell me can a pure virtual function have an implementation?

1105


In what situations do you have to use initialization list rather than assignment in constructors?

1109


Explain what you mean by a pointer.

1160


What are stacks?

1138


Differentiate between declaration and definition.

1105