1.

How many operands does the >= operator require?(a) 1(b) 2(c) 3(d) 4The question was asked in a job interview.Enquiry is from Operators in portion Arduino Programming of Arduino

Answer»

The correct choice is (b) 2

Explanation: The >= OPERATOR is a binary operator and it requires only 2 operands. The operator takes the two operands as INPUT which should be 2 numbers and then it outputs a Boolean True or a False DEPENDING UPON whether the operand 1 is GREATER than or equal to operand 2.



Discussion

No Comment Found

Related InterviewSolutions