Various logical and arithmetic operators useful in c are give below as:



      Operators                                                    
       Type
        !
     Logical NOT
        * / %
     Arithmetic and modulus
        + -
     Arithmetic
        < > <= >=
     Relational
       == !=
     Relational
       &&
     Logical AND
       ||
     Logical OR
      =
     Assignment


0 comments to "LOGICAL AND ARITHMETIC OPERATORS"

Post a Comment

Powered by Blogger.