Hi,
just want to clear a basic doubt..
Consider the following code:
the values printed are true false false
But since Conditional And && has higher priority than Conditional OR || shouldnt the && expression get evaluated first??? Thanking in advance,
Regards