Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Comparison Operators Practice | Operators
C Basics

Comparison Operators PracticeComparison Operators Practice

Reviewing Comparison Operators

Below is a recap of the comparison operators we've covered:

OperationSymbolUsage Example
Equality==a == b
Inequality!=a != b
Greater than>a > b
Less than<a < b
Greater than or equal to>=a >= b
Less than or equal to<=a <= b

You'll be using some of these operators in the upcoming task.

Task

Insert the appropriate inequality symbol (either < or >) so the expression evaluates to 1.

Everything was clear?

Section 3. Chapter 5
toggle bottom row
course content

Course Content

C Basics

Comparison Operators PracticeComparison Operators Practice

Reviewing Comparison Operators

Below is a recap of the comparison operators we've covered:

OperationSymbolUsage Example
Equality==a == b
Inequality!=a != b
Greater than>a > b
Less than<a < b
Greater than or equal to>=a >= b
Less than or equal to<=a <= b

You'll be using some of these operators in the upcoming task.

Task

Insert the appropriate inequality symbol (either < or >) so the expression evaluates to 1.

Everything was clear?

Section 3. Chapter 5
toggle bottom row
some-alt