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 / 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

Explain the differences between list x; & list x();.

1069


What is setiosflags c++?

1028


Should you pass exceptions by value or by reference?

1185


What is an orthogonal base class in c++?

1215


What does #define mean in c++?

1351


What is microsoft c++ redistributable?

1152


Which compiler does turbo c++ use?

1140


What is a template in c++?

1975


Can we define a constructor as virtual in c++?

1187


What is a rooted hierarchy?

1224


How are Structure passing and returning implemented by the compiler?

1210


Do we have to use initialization list in spite of the assignment in constructors?

1057


What is c++ good for?

1119


Is c++ vector a linked list?

1047


Is java as fast as c++?

1154