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 OperatorsI had been asked this question by my college professor while I was bunking the class.This intriguing question comes from Implementation of Increment and Decrement topic in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» The CORRECT answer is (d) Arithmetic Operators |
|