Which operators are used to compare the values of operands to produce logical value in C language?
Answers
Answered by
0
Answer:
Computer ka work aaj bhi nahi laga video
Answered by
0
Operators in C language are symbols which tells the compiler to perform some mathematical calculations or logical operations (we will look at in a while) on the variables and constants. For example, consider the mathematical operation "10 + 2 - a". Here '+' and '-' are called operators and the values on which operators work ('10', '2', and 'a') are known as operands. C programming language has wide variety of operators which are categorised into different groups based on the type of operations they perform.
Similar questions