Which operators are used to compare the values of operands to produce logical value in C language?
Answers
Answered by
0
Answer:
Relational operators are used to perform comparison operations. Logical operators are used to perform basic operation of boolean algebra ('AND', 'OR', and 'NOT'). Bitwise operators are used to perform bit wise manipulation on operands. Assignment operator is used to assign value of the second operand to first.
have a nice day ☺️
Answered by
1
Answer:
Relational operators are used to perform comparison operations. Logical operators are used to perform basic operation of boolean algebra ('AND', 'OR', and 'NOT'). Bitwise operators are used to perform bit wise manipulation on operands. Assignment operator is used to assign value of the second operand to first.
Explanation:
Hope it's helpful
Please mark me as Brainlist
Similar questions