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 difference between interpreters and compilers?

0 Answers  


What is this pointer in c++?

1 Answers  


Explain the different access specifiers for the class member in c++.

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


Explain virtual functions in C++.

3 Answers  


What is an inline function in c++?

0 Answers  


What is namespace std; and what is consists of?

0 Answers  


How to tokenize a string in c++?

0 Answers  


What is an operator in c++?

0 Answers  


Define a constructor?

0 Answers  


How will you call C functions from C ++ and vice-versa?

0 Answers   Agilent, Tavant Technologies, Thomson Reuters, Verifone,


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


Categories