Q. The logical operator op1 && op2 means (Solved)
1. performs a logical not of the operand
2. performs a logical or of the two operands
3. performs a logical and of the two operands
4. performs alogical and then or of the two operands
- c. performs a logical and of the two operands