Home / Questions / What is the relational operator in C?
Explanatory Question

What is the relational operator in C?

👁 755 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • Relational operators are used to find the relation between two variables. i.e. to compare the values of two variables in a C program.
  • Relational operators are >, <, >=, <=, ==, !=