Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Which of the following is not logical operator? ?->(Show Answer!)
1. Which of the following is not logical operator?
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.01 pm
Bitwise operators:
& is a Bitwise AND operator. Logical operators:
&& is a Logical AND operator.
|| is a Logical OR operator.
! is a NOT operator.
So, '&' is not a Logical operator.
& is a Bitwise AND operator. Logical operators:
&& is a Logical AND operator.
|| is a Logical OR operator.
! is a NOT operator.
So, '&' is not a Logical operator.