Computer Science, asked by shrinishtha, 3 months ago


The operator && is an example of...........operator.

Answers

Answered by kaustavchangmai
1

&& is a type of Logical Operator

Answered by ayush407445
1

Answer:

Explanation:

&& is a type of Logical Operator and is read as “AND AND” or “Logical AND“. This operator is used to perform “logical AND” operation, i.e. the function similar to AND gate in digital electronics.

Similar questions