Computer Science, asked by ajayajaykumarupadhya, 1 day ago

what do you mean by AND operater​

Answers

Answered by singhjashanjeet4
0
The AND operator is a Boolean operator used to perform a logical conjunction on two expressions — Expression 1 And Experession 2. AND operator returns a value of TRUE if both its operands are TRUE, and FALSE otherwise.
Similar questions