posted 19 years ago
Hi all,
'|' is a binary bitwise or operator. Both the operands should be either boolean or integrals. Operands cannot be boolean & integers at the same time.
In the options given by u left operand is boolean while right operand is integer. This will give compiler error.
Same applies for the '||' operator.
Ramdas.
If you think you can, you can. If you think you can't, you are right.