Operators in C

Operators: 

                It is a symbol and it performs particular operation.

Operand:

                It is an entity, on which an operator acts.

Binary Operator:

                It requires 2 operands.

Unary Operator:

                It requires only a single operand.


                C operators can be classified into number of categories. They are
                                1. Arithmetic Operators
                                2. Relational Operators
                                3. Logical Operators
                                4. Assignment Operators
                                5. Increment and Decrement Operators
                                6. Bit-wise Operators
                                7. Special Operators
                                            a) Ternary (or) Conditional Operator
                                            b) Comma Operator
                                            c) sizeof Operator


No comments:

Post a Comment