MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER GRAPHICS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
which opereator are used comparetwo values at the same time
A
relational
B
logical
C
arthimetic
D
none of the these
Explanation: 

Detailed explanation-1: -your answer is relational operators.

Detailed explanation-2: -The equality operator (==) is used to compare two values or expressions. It is used to compare numbers, strings, Boolean values, variables, objects, arrays, or functions. The result is TRUE if the expressions are equal and FALSE otherwise.

Detailed explanation-3: -Answer. The equality operator (==) is used to compare two values or expressions.

Detailed explanation-4: -Equal to (=) Equal to Relational Operator is used to compare the operands and check if the values are the same. The symbol used for comparison is ‘==’.

Detailed explanation-5: -Relational operators compare numeric, character string, or logical data. The result of the comparison, either true ( 1 ) or false ( 0 ), can be used to make a decision regarding program flow (see the IF statement).

There is 1 question to complete.