answersLogoWhite

0

Relational operators are those operators which shows relation between two operands. e.g. ==, <=,>=,<,>

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is relational operator in c?

Relational operators are those operators which shows relation between two operands. e.g. ==, &lt;=,&gt;=,&lt;,&gt;


What is precedence between relational operator and arithmetic operator?

Arithmetic operators (+, -, *, /, % ) have greater precedence over relational operators (&lt;, &gt;, &lt;=, &gt;=, ==, !=) in C language.


What is a relational operators defined in c?

to compare the two quantities


Example of relational statements in C programming?

You mean relational operators?if (argc


Unary and binary operators in relational Algebra?

The nnary and Binary operators in relational Algebra.


What type of expression is obtained in relational operators?

A boolean is an expression obtained in relational operators.


How relational operators represented in c plus plus?

The relational operators are == (equal), != (not equal), &lt; (less than), &lt;= (less than or equal to), &gt; (greater than) and &gt;= (greater than or equal to). All relational operators are boolean, returning true or false depending on the l-value relationship with the r-value, with respect to the operator.


How do you compare 2 numbers without using relational operators in c?

using max function


How do you compare two numbers without using any operators in c?

You cannot compare 2 numbers without using relational operators. Certainly, you could subtract them, but you still need to test the result, and that is a relational operator in itself.


Which relational algebra operators can be applied to pair of tables that are not union compatible?

Which relational algebra operators can be applied to a pair of tables that are not union compatible


Which relational algebra operators can be applied to a pair of tables that are not union compatible?

Which relational algebra operators can be applied to a pair of tables that are not union compatible


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&amp;decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &amp;&amp;,,! by using these we can implement operations