1.

Out of the following operators (^, *, +, &), the one having highest priority is _________(a) +(b) *(c) ^(d) &My enquiry is from Application of Stacks in chapter Application of Stacks of Data Structures & Algorithms II have been asked this question in quiz.

Answer»

The CORRECT choice is (c) ^

The explanation is: According to the ALGORITHM (infix-prefix), it FOLLOWS that the EXPONENTIATION will have the highest priority.



Discussion

No Comment Found

Related InterviewSolutions