Aug2016 cs Q25

0. Given the following prefix expression: * + 3 + 3 ↑ 3 + 3 3 3 What is the value of the prefix expression ?

  • Option : C
  • Explanation :
    We have prefix expression:
    * + 3 + 3 ↑ 3 + 3 3 3
    = * + 3 + 3 ↑ 3 6 3
    = * + 3 + 3 729 3
    = * + 3 732 3
    = * 735 3
    = 2205
    So, option (C) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *