WHAT IS THE RELATIONAL OPERATOR IN C?
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 >, <, >=, <=, ==, !=
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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