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:
No comments:
Post a Comment