Category: Operator

An operator is a symbol which helps the user to command the computer to do a certain mathematical or logical manipulations. Operators are used in C++ language program to operate on data and variables. C++ has a rich set of operators which can be classified as

 
Category: Operator

All the Above Operators are Called as Binary Operators because they takes two Operands for Performing an Operation. But the Increment and decrement operators are called as Unary because they takes only one operand For Performing an Operation This Operator Contains ++ for Increment and -- for Decrement.

 
Category: Operator

While We are Executing an Arithmetic Statement Which was too Large and it Contains So Many Operators then the problem is how the Statements will be Executed and in what order means.

 
Category: Operator

When an operator is overloaded, it takes on an additional meaning relative to a certain class. But it can still retain all of its old meanings.

 
Category: Operator

The Precedence Operator Specifies in a Expression Which Operator will Execute first, when there are Many Operators in an Expression. So that the Operator Precedence defines the Sequence or the Way for Performing the Operations of the Operators.

 
Category: Operator

A scope resolution operator (::), can be used to define the member functions of a class outside the class.

 


Dinesh ThakurDinesh Thakur is a Columinist and designer with strong passion and founder of Computer Notes. if you have any ideas or any request please get @me on Google+
linkedin FaceBook Twitter Google Plus