Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / kushal bagaria
There can be two possibilities.Either
1)this expression has 1 operator missing
or
2) one of the operator is a two digit number.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Why is null not allowed in concurrenthashmap?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
What is the advantage of circular linked list?
How do you sort an array in descending order?
How do you initialize an arraylist?
Can arraylist contain duplicates?
What is perfect binary tree?
Can you tell me the differences between Array and ArrayList?
What are examples of data structures?
State the rules to be followed during infix to prefix conversions?
Explain what are the methods available in storing sequential files ?
Which sorting is best in time complexity?
How arraylist increase its size?
What data structure underlies a python list?
What is default size of hashmap?