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
What is the difference between collections class vs collections interface?
what is the primary advantage of a linked list?
Can a binary tree be empty?
What are the advantages of merge sort?
What is tree in computer science?
Why is arraylist used?
What do you mean by sorting?
Why do we use trees in data structures?
What is difference between hashset and treeset?
Write a Program for Linked list manipulation.
What is different between array and list?
What is the function of stack?
How remove all from arraylist?
What do you mean by an Array?
Describe linear probing with an example.