InterviewSolution
Saved Bookmarks
| 1. |
Where in C the order of precedence of operators do not exist?(a) Within conditional statements, if, else(b) Within while, do-while(c) Within a macro definition(d) None of the mentionedI got this question during an interview for a job.My doubt stems from Precedence and Order of Evaluation in chapter Data Types, Operators and Expressions in C of C |
|
Answer» CORRECT ANSWER is (d) NONE of the mentioned For EXPLANATION: None. |
|