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 | 11 No |
Post New Answer View All Answers
List the abstract operations in the set?
Why is reflection slower?
What is the difference between one and two dimensional?
What is the minimum number of queues that can be used to implement a priority queue?
Which interfaces are implemented by enumset?
Give a basic algorithm for searching a binary search tree?
Which file contains the definition of member functions?
What is the use of placement new?
What are different sorting algorithms?
What is the need for extendible hashing?
How do you find the second largest element in an array of integers?
What are the two traversal strategies used in traversing a graph?
Is binary tree a binary search tree?
What is the use of data structure in real life?
What do you know about different sorting algorithms?