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 mentioned
I 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