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

If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


What is the difference between structure and class?

0 Answers  


Can you write a function similar to printf()?

0 Answers  


Is linux written in c or c++?

0 Answers  


What are pointers used for c++?

0 Answers  


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,


How do you establish an is-a relationship?

0 Answers  


What does override mean in c++?

0 Answers  


What do you mean by static variables?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Categories