Tuesday 5 February 2013

Logical AND


Logical AND

http://www.cprogrammingexpert.com/C/Tutorial/fundamentals/operators/logical_and.aspx
Example:
           Suppose that a and b are integer variables whose values are 10 and 3, respectively. Then the result of arithmetic expression (a>b)&&(b>a) is False.
Program:
Logical AND Operator

No comments:

Post a Comment