Computer Science, asked by geetathapa0031, 4 months ago

Which of the following operators can operate on a boolean variable? a. && b. == c. ?: d. += *

Answers

Answered by Anonymous
6

Answer:

Which of the following operators can operate on a boolean variable? Explanation: Operator Short circuit AND, &&, equal to, == , ternary if-then-else, ?:, are boolean logical operators. += is an arithmetic operator it can operate only on numeric values.

Answered by RohitChandra953
0

Answer:

Operator Short circuit AND, &&, equal to, == , ternary if-then-else, ?:, are boolean logical operators. += is an arithmetic operator it can operate only on numeric values.

Similar questions