Relational Operators in C
C Programming & Data Structures: Relational Operators in C Topics discussed: 1. Types of Relational Operators in C: a. equal to operator. b. not equal to operator. c. less than or equal to operator. d. greater than or equal to operator. e. less than operator. f. greater than operator. 2. Example code of relational operators.