Choose the odd one out from the following:
17 Likes
Bitwise operator
Reason — Unary operator, Binary operator and ternary operator are arithmetic operators.
Answered By
10 Likes
Given: String st = (a>= 90)? "Excellent": "Best";Predict the output, when a = 90.
Given: x += x++ + ++x + --xFind the value, when x=5.
Identify the type of operator &&: