Computer Science, asked by paragbaruah30, 10 months ago

It is an operator that required all the condition to be true for inclusions in the result

Answers

Answered by Biocom
0

Answer:conditional operator

Answered by nidaeamann
0

Answer:

AND operator

Explanation:

In digital logic and computer programming, one of the basic operators and mostly widely used is the AND operator. It allows the output signal to be true only when all the inputs of the operator are true. If any one signal is false, then the output of the AND operator will also be false. It is the building block of all the programs

Similar questions