Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
143 views
in Computer by (45.2k points)
closed by

Relational operators.

1 Answer

+1 vote
by (44.9k points)
selected by
 
Best answer

Let us now look at the full list of relational operators.

Operator Symbol Example Meaning
Greater than > x > y x greater than y
Equal to == x == y x is equal to y
Less than < x < y x is less than y
Greater than or equal to >= x >= y x is either greater than or equal to y
Less than or equal to <= x <= y x is either less than or equal to y
Not equal to != x! = y x not equal to y

Point to note over here is that “=” is an assignment operator, i.e. it is used to assign a value to a variable. And “==” is a relational(comparison) operator, i.e. it is used to compare the value of two variables.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Nov 6, 2023 in Computer by Eshwarojha (45.2k points)

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...