-
How the equals operator differs from the equals equals operator?
The single equals operator (=) signifies assignment.
This means set a equal to b
a = b
The double equals operator (==) signifies a comparison.
This evaluates whether or not a is equal to...
-
What are 3 logical operators?
there r 4 logical operator not 3 AND, OR, XOR, and NOT
-
What are the two types of relational operator?
AND an OR
-
What do you mean by logical operators?
I think you may mean logic operators, also known as Boolean Algebra. Some of the more common being OR, AND, NAND, NOR, NOT, and XOR. These are used mainly in the Binary numbering system, 1's and 0's....
-
What is a relational operators in c?
Relational operators are those operators which shows relation between two operands. e.g. ==, <=,>=,<,>