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


Name the operators that cannot be overloaded.



Name the operators that cannot be overloaded...

Answer / ritesh pal

sizeof . .* .-> :: ? :

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

Define namespace.

1 Answers  


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


What kind of problems does name mangling cause?

0 Answers   Amazon,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


How can you force the compiler to not generate them?

0 Answers   Amazon,


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Explain the operator overloading feature in C++ ?

0 Answers  


Can we call C++ OOPS? and Why

0 Answers  


What are string library functions(syntax).

0 Answers   Accenture,


Categories