Evaluate the following prefix expression " ++ 26 + - 1324"
Answers were Sorted based on User's Feedback
Answer / uma
the infix notation is
(2+6)+ 13+(2-4)
8+(13-2)
8+11
19
| Is This Answer Correct ? | 25 Yes | 42 No |
Is map a collection?
How many null values are allowed in hashmap?
Explain the uses of matrix with an example?
Why is bubble sort stable?
Will arraylist maintain insertion order?
Which sorting algorithm is the slowest?
What is data structure and why we need it?
What is subtree?
Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.
Is copyonwritearraylist thread safe?
Can a binary tree be empty?
Differentiate between compilers and interpreters.