Operator are the symbols which are used to perform operations they are mathematical ,logical , relational on operand or variable.C programming language has wide range of operator to perform various operation .The operators are either Unary , Binary and ternary in nature.
Unary operator require a single operand to perform an operation.
Binary operator require two operands to perform operation.
Ternary operator require three operands to perform operation.
Each and every operator available in C language have its own Precedence and Associativity.
- If in a expression there are more than one operators then,we will firstly solve operator which is having higher Precedence.
- Associativity defines the operational behaviour of the operator,either right associative or left associative.
- Below are the operators available in C language-:
- Arithmetic Operator Click here
- Relational Operator Click here
- Logical Operator Click here
- Assignment Operator Click here
- Compound Assignment Operator Click here
- Conditional/Special Operator Click here
- Increment and Decrement Operator Click here
- Bit-wise Operator Click here
please subscribe to get latest blog notification...
ReplyDelete