Report Bug
Qus : a ‘C’ expression contains relational, assignment and arithmetic operators. There are no parentheses used. They will be evaluated in which of the following order
Qusएक C expression में relational, assignment और arithmetic ऑपरेटर शामिल हैं। उपयोग किए गए कोई कोष्ठक नहीं हैं। उनका मूल्यांकन निम्न में से किस क्रम में किया जाएगा

A. Assignment Relational Arithmetic
B. Arithmetic Relational Assignment
C. Relational Arithmetic Assignment
D. Assignment Arithmetic Relational


Solution
B. Arithmetic Relational Assignment






Report Bug