answersLogoWhite

0

What is a relational operators defined in c?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

to compare the two quantities

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a relational operators defined in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a relational operators in c?

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


What is relational operator in c?

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


What is precedence between relational operator and arithmetic operator?

Arithmetic operators (+, -, *, /, % ) have greater precedence over relational operators (<, >, <=, >=, ==, !=) in C language.


Example of relational statements in C programming?

You mean relational operators?if (argc


What type of expression is obtained in relational operators?

A boolean is an expression obtained in relational operators.


Unary and binary operators in relational Algebra?

The nnary and Binary operators in relational Algebra.


How relational operators represented in c plus plus?

The relational operators are == (equal), != (not equal), < (less than), <= (less than or equal to), > (greater than) and >= (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&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations