Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / sanatomba
++26+-1324
=+(2+6)+(1-3)24
=(2+6)+(1-3)+(24)
=8+(-2)+24
=8-2+24
=6+24
30
| Is This Answer Correct ? | 20 Yes | 12 No |
Post New Answer View All Answers
Which sorting technique is best?
How memory is reserved using a declaration statement in data structure?
Write the disadvantages of separate chaining?
Is it necessary to sort a file before searching a particular item ?
What is the difference between b tree and binary search tree?
Define threaded binary tree.
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
Which is faster arraylist or linked list?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
Which language is best for data structures?
What is an ordered list?
How can I study data structures and algorithms?
What is data type in data structure?
What are the different data structures?
What is a reverse linked list.