Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Evaluate the following.
(false && true) || false || true

Evaluate the following.
(false && true) || false || true
a) 0
b) 1
c) false
d) 2

Answer: b
Explanation: The given expression is equivalent to [( false AND True) OR false OR true] This is OR or three values so if any of them will be true then the whole exp will be true and as we have last value as true so the answer of expression will be TRUE.

Join The Discussion