English, asked by raghvendra6, 1 year ago

differentiate between logical and conditional operators

Answers

Answered by Anonymous
2
A Bitwise And operator is represented as '&' and a logical operator is represented as '&&'. Following are some basic differences between the two operators. a) The logical andoperator '&&' expects its operands to be boolean expressions (either 1 or 0) and returns a boolean value.
Similar questions