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 operand is a two digit number.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why is hashmap not thread safe?
Is quicksort a stable algorithm?
Does hashmap sort automatically?
What is the maximum size of array?
Program to remove duplicate elements in an array.
For addition and deletion. Which one is most preferred: array list or linked list?
What data structure underlies a python list?
What is merge sort and how it works?
Why is quicksort better than mergesort?
How does max heap work?
What are examples of data structures?
What thread means?
What is the slowest sorting algorithm?
What is push and pop in stack?
Write a program to sum values of given array.