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++?



Which operator can not be overloaded in C++?..

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

More C++ General Interview Questions

Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


What is the protected keyword used for?

0 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


Can constructor be private in c++?

0 Answers  


What are the two types of comments, and how do they differ?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


What are smart pointer? Whats its use?

1 Answers   CTS,


List out some of the OODBMS available?

1 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


How do you define a class in c++?

0 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


what is oops

2 Answers  


Categories