Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / a khan
I am new to this but i will try like this
This looks tricky.... i may not be right. There might be on
+/- missing in the original expression but if it is not
then...
+8+-224
+8+04
+84
12
| Is This Answer Correct ? | 22 Yes | 22 No |
Post New Answer View All Answers
How do you implement a stack?
Is hashmap a collection?
How to use appendNode() in linkedlist()?
Is collection a class or interface?
What is list and its types?
Explain the term tail recursion?
What are the types of queues?
What should be done in the base case for this recursive problem?
Which interfaces are implemented by abstractqueue?
Can you have an arraylist of arrays?
Which is the best book for data structures and algorithms?
What data type is array?
What does abstract data type mean?
Differentiate between failfast and failsafe.
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?