Evaluate the following prefix expression " ++ 26 + - 1324"

Answer Posted / uma

the infix notation is
(2+6)+ 13+(2-4)
8+(13-2)
8+11
19

Is This Answer Correct ?    25 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does insertion sort works?

511


Which sort is stable?

545


Can we use Generics with the array?

597


Define non-terminal nodes in a tree?

679


Is heap sort faster than quicksort?

476






What is the limit of arraylist?

474


For searches. Which one is most preferred: array list or linked list?

553


What is data structure and why we need them?

471


What are the properties of binary tree?

516


Can hashtable have duplicate values?

529


What do you mean by collision in hashing?

565


Do you know how to find if linked list has loop?

644


What is the space complexity of selection sort?

553


What are the major data structures used in the following areas : network data model & hierarchical data model?

589


Which method will arrange the element of an array in alphabetical order?

1583