InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» The correct answer is (d) Arithmetic Operators Explanation: No other operator has higher precedence than arithmetic operator. |
|