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 of the following operator cannot be overloaded?

Answers were Sorted based on User's Feedback



Which of the following operator cannot be overloaded?..

Answer / soundarya

sizeof
* pointer to member operator
. membership operator
:: scope resolution operator
?: conditional operator
can not be overloaded


using friend function these four operator can not be overloaded
=
()
[]
->

Is This Answer Correct ?    1 Yes 0 No

Which of the following operator cannot be overloaded?..

Answer / vidhya

Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the iunknown interface?

0 Answers  


Define copy constructor.

0 Answers  


Which compiler does turbo c++ use?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


What is the need of a destructor?

0 Answers  


What is const in c++?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


What is the function to call to turn an ascii string into a long?

0 Answers  


Does c++ have a hash table?

0 Answers  


What are the difference between reference variables and pointers in C++?

1 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


What is the difference between an external iterator and an internal iterator?

0 Answers  


Categories