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
Write an algorithm to show various operations on ordered list and arrays
Is char array null terminated?
Is hashmap a data structure?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
What is a graph?
How do you do a heap sort?
List out the applications of a linked list?
Define graph traversals?
What is an algorithm in coding?
Can you sort a string?
What is the Insertion Sort Code?.
Which interface provides the capability to store objects using a key-value pair?
What is difference between while and do while?
Which type of sorting is best?
What are hashmaps good for?