Given below are two statements : Statement I : Operators are special symbols…
2020
Given below are two statements :
Statement I : Operators are special symbols that are used to perform calculations, make comparisons and check logical condition.
Statement II : Relational operators are used for arithmetic operations.
In the light of the above statements, choose the correct answer from the options given below :
- A.
Both Statement I and Statement II are true
- B.
Both Statement I and Statement II are false
- C.
Statement I is correct but Statement II is false
- D.
Statement I is incorrect but Statement II is true
Attempted by 199 students.
Show answer & explanation
Correct answer: C
Statement I is true because operators are symbols used for arithmetic calculations, comparisons, and logical conditions. Statement II is false because relational operators such as <, >, ==, and != are used to compare values; arithmetic operations are performed by arithmetic operators such as +, -, *, /, and %. Therefore, Statement I is correct but Statement II is false.