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
Chemistry,
2 months ago
Physics,
2 months ago
English,
5 months ago
Computer Science,
5 months ago
History,
11 months ago
Science,
11 months ago
Accountancy,
11 months ago