Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / babitha p
++26+-1324
++26((1-3)+24)
(2+6)+((1-3)+24)
=8+(-2)+24
=30.
Answer is 30
| Is This Answer Correct ? | 31 Yes | 14 No |
Post New Answer View All Answers
Write the steps involved in the insertion and deletion of an element in the stack.
What does sorting an array do?
What is a minimum spanning tree?
What are red-black trees?
What is concept of data structure?
Describe the level term in a tree.
Define depth and height of a tree?
How to show internal storage representation of data structure in RDBM?
How to create your own data structure in java?
Differentiate between comparable and comparator.
Which is faster treemap or hashmap?
Explain binary searching and Fibinocci search?
What is a stable algorithm?
How can we delete the first node from the singly linked list?
How many types of search algorithms are there?