Evaluate the following prefix expression " ++ 26 + - 1324"
Answers were Sorted based on User's Feedback
Answer / uma
the infix notation is
(2+6)+ 13+(2-4)
8+(13-2)
8+11
19
| Is This Answer Correct ? | 25 Yes | 42 No |
Which is the parent class of sortedset<e> class?
What do you know about traversal in linked lists?
Reverse a linked list from the middle.
Can hashtable have duplicate values?
What is the limit of arraylist?
How to pass in data structure exam?
Define structure property in a heap?
What is a Stack? Explain with example?
What is linked list in data structure?
Define the graph data structure?
What is the minimum number of queues needed when implementing a priority queue?
What is the best data structure and algorithm to implement cache?