Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, March 10, 2015

What is operators ?

An operator is a symbol which is used to operate an operand or variable to perform some mathematical and logical operations.  
The mathematical operations are +, - ,* etc. and the logical operations are AND, OR, NOT etc.
There are 8 types of operators:
  1. Arithmetic Operators
  2. Relational Operators
  3. Logical Operators
  4. Conditional Operators
  5. Increment and Decrement Operators
  6. Assignment Operators
  7. Bitwise Operators
  8. Special Operators

No comments:

Post a Comment