Asked by Chelianne Leata Miller on Apr 25, 2024

In C, character data cannot be compared using relational operators.

Character Data

Character data refers to any data that represents letters, symbols, or numerals that are not used in calculations, typically stored and manipulated as strings.

Relational Operators

Operators used in programming languages to compare two values or expressions, such as <, >, ==, !=, <=, and >=.

  • Acquire knowledge on the operation of relational expressions in C programming.