Pages

Wednesday, 20 September 2017

Binary (Arithmetic) Operators in C with program | #10



Key Points :

Binary Operators :-
                                The operators which works on minimum 2 operands are known as Binary operators.

                #Types of binary operators :
                                1] Arithmetic operator
                                2] Relational operator
                                3] Logical operator
                                4] Assignment operator
                                5] Bitwise operator


                1] Arithmetic operator :
                                The operators which are used to perform all the arithmetical operations are known as
                                Arithmetic operator.

                 All the Arithmetic operators & there meanings are as follows.
               
                                  Operators                                                         Meaning

                                1]   +                                                                      Addition
                                2]   -                                                                       Substraction
                                3]   *                                                                      Multiplication
                                4]   /                                                                       Division

                                5]   %                                                                     Modulo Division


No comments:

Post a Comment