Q:

WHAT IS THE RELATIONAL OPERATOR IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE RELATIONAL OPERATOR IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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 >, <, >=, <=, ==, !=

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE LOGICAL OPERATOR IN C?... >>
<< WHAT IS ASSIGNMENT OPERATOR IN C?...