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
Is array immutable?
Explain the uses of binary tree.
What do you know about different sorting algorithms?
Why is it called bubble sort?
Data structure used to implement a menu
Can a hashset contain duplicates?
What is difference between list set and map?
What do you mean by collision in hashing?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
How does insertion sort works?
What is the application of queue?
Why hashtable is faster than arraylist?
Is list same as array?
How to initialize Dictionary using collection initialize?
How does a heap sort work?