1.

Which amongst the following expression uses bitwise operator?

A. a++
B. !a>5
C. a|b
D. a!=b
Answer» D. a!=b


Discussion

No Comment Found