Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / uma sankar pradhan
++ 26 + - 1324
= +(2+6) + - 1324
= +(2+6) + (1-3)24
= +(2+6)((1-3)+24)
= (2+6)+((1-3)+24)
= 8+(-2+24)
= 8+22
= 30
| Is This Answer Correct ? | 114 Yes | 33 No |
Post New Answer View All Answers
How many sorting algorithms are there?
Does arraylist shrink?
What is a minimum spanning tree?
Is quicksort recursive?
how to delete first node from singly linked list?
What is the complexity of arrays sort?
How to initialize Dictionary using collection initialize?
What are the goals of data structure?
How to pass in data structure exam?
Does treeset allow null?
Briefly explain recursive algorithm?
Differentiate between file and structure storage structure.
What are the applications of linked list?
Explain about set and their types in a collection?
How do you sort an array in descending order?