Question

The condition
num != 65
cannot be replaced by:
(a) num > 65 || num < 65
(b) !(num == 65)
(c) num " 65
(d) !(num " 65)

Answer

This answer is hidden. It contains 3 characters.