Which of the following operators can operate on a boolean variable? a. && b. == c. ?: d. += *
Answers
Answered by
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
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
Hindi,
2 months ago
English,
4 months ago
Computer Science,
4 months ago
History,
9 months ago
Science,
9 months ago
Accountancy,
9 months ago