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
How many sorting techniques are there?
What are the types of sorting?
List all data structures you would use for a memory management module.
List the types of tree.
Why do we use arrays?
Can we apply binary search algorithm to a sorted linked list, why?
What is ds tree?
List the types of rotations available in splay tree?
What is heap tree explain with example?
What does adt stands for?
Why entry interface is used in map?
Define disjoint set adt?
How many links are there in a binary tree of N nodes?
Is hashmap synchronized?
What is ordered map?