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


Can we change the basic meaning of an operator in c++?



Can we change the basic meaning of an operator in c++?..

Answer / Siddh Nath Jha

No, it's not possible to change the basic meaning of a C++ operator. Operators have a fixed set of meanings and can only be used for their designated purposes. However, user-defined operators (like overloading) can be created to work with custom data types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a singleton class c++?

1 Answers  


What is the difference between #import and #include in c++?

1 Answers  


What is pointer with example?

1 Answers  


How do I make turbo c++ full screen?

1 Answers  


What is java and c++?

1 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What do you mean by public protected and private in c++?

1 Answers  


what kind of projects are suitable for c and c++

1 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Are vectors faster than arrays?

1 Answers  


what do you mean by volatile variable?

1 Answers  


What is overloading unary operator?

1 Answers  


Categories