Advertisements
Advertisements
प्रश्न
The statement (a>b) && (a>c) uses a logical operator.
विकल्प
True
False
MCQ
सत्य या असत्य
उत्तर
This statement is True.
Explanation:
- The && operator represents a logical AND operation. It returns true if both conditions (a > b) and (a > c) are satisfied; otherwise, it returns false.
- Logical operators combine numerous boolean expressions and return a boolean value.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?