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
What is perfect binary tree?
Tell me can the size of operator be used to tell the size of an array passed to a function?
State the different ways of representing expressions?
What is the quickest sorting algorithm?
What are vectors used for in real life?
Define the queue data structure.
Different Types of pattern?
Is hashmap a data structure?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
Which list does not allow duplicates?
What is merge sort and how it works?
What are the issues that hamper the efficiency in sorting a file?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
What is pointer in data structure?
What is the top of a stack?