InterviewSolution
Saved Bookmarks
| 1. |
What is the precedence of arithmetic operators (from highest to lowest)?(a) %, *, /, +, –(b) %, +, /, *, –(c) +, -, %, *, /(d) %, +, -, *, /This question was addressed to me during an online exam.This interesting question is from Arithmetic Operators topic in chapter Data Types, Operators and Expressions in C of C |
|
Answer» The CORRECT ANSWER is (a) %, *, /, +, – |
|