Computer Science, asked by rajeshekka6474, 1 year ago

In C programming language, which of the following type of operators have the highest precedence
A.Relational operators
B.Equality operators
C.Logical operators
D.Arithmetic operators

Answers

Answered by adityaK2517
0

In C programming language, which of the following type of operators have the highest precedence Equality operators

Answered by AtharvSena
0

The correct option is D) Arithmetic operators.

In C programming language, Arithmetic operators have the highest precedence.

The priority given to each operator in an expression is known as the "precedence of the operators." Thus, in C programming the Arithmetic operators have higher precedence than any other operator.

#SPJ3

Similar questions