Which of the following return true if A=25 and B=35?
a) A+B
b) A>=B
c) A!=B
d) A=B
For A=4 and B=4 which evaluates as true?
a) A!=B
b) A<B
c) A>B
d) A>=B
Which of the following operator is used to form compound condition?
a) arithmetic operator
b) assignment operator
c) relational operator
d) logical operator
All the following are logical operator except….
a) NOT
b) AND
c) OR
d) =
Which of the following symbol is used for OR operator?
a) ||
b) &&
c) !
d) #
Which of the following symbol is used for AND operator?
a) ||
b) &&
c) !
d) #