1.

Out of the following operators (|, *, +, &), the one having lowest priority is ________(a) +(b) *(c) |(d) &I would like to ask this question from Application of Stacks in chapter Application of Stacks of Data Structures & Algorithms IThe question was posed to me in an interview for an internship.

Answer»

Correct option is (c) |

The EXPLANATION is: ACCORDING to the ALGORITHM (infix-prefix), it follows that the logical OR will have the LOWEST PRIORITY.



Discussion

No Comment Found

Related InterviewSolutions