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

Which operator can not be overloaded in C++?

Answer Posted / hrpynux@gmail.com

The only C operators that can't be are . and ?: (and sizeof , which is technically an operator). C++ adds a few of its own operators, most of which can be overloaded except :: and . * .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jump statement in C++?

1214


Do you need a main function in c++?

1168


What is a static member?

1094


Describe about storage allocation and scope of global, extern, static, local and register variables?

1304


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2053


Will c++ be replaced?

1104


What are the various storage classes in C++?

1190


What is protected inheritance?

1098


What are c++ templates used for?

1179


what is a class? Explain with an example.

1194


Can non graphic characters be used and processed in C++?

1248


what are the iterator and generic algorithms.

2232


What is the copy-and-swap idiom?

1171


What do you mean by inheritance in c++?

1142


Write about the access privileges in c++ and also mention about its default access level?

1130