Computer Science for IGCSE & O level - Programming (Section 15 - No. 24)
Which of these is a valid arithmetic operator?
==
!=
^
AND
Explanation
The '^' operator is used for exponentiation in some languages, while the others are relational or logical.
Comments (0)
