Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / uma sankar pradhan
++ 26 + - 1324
= +(2+6) + - 1324
= +(2+6) + (1-3)24
= +(2+6)((1-3)+24)
= (2+6)+((1-3)+24)
= 8+(-2+24)
= 8+22
= 30
| Is This Answer Correct ? | 114 Yes | 34 No |
Post New Answer View All Answers
What is comparator interface used for?
What is a b+ tree? Explain its uses.
Which is faster hashmap or linkedhashmap?
What is hashing with example?
Is hashmap fail safe?
Which is faster array or list?
What is the time complexity of hashmap get () and put () method?
Explain exception filter?
What is the default capacity of hashmap?
Tell me the difference between structure and array?
Why would we use dynamically allocated arrays vs vectors?
In what data structures are pointers applied?
What is data structure in programming language?
Can treeset contain duplicates?
Does treemap preserve order?