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 |
Why is data structure?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
Are linked lists considered linear or non-linear data structures?
What is the time complexity of hashmap get () and put () method?
What is a stable sorting algorithm?
Is heap sort adaptive?
Which collection allows null values?
input function and output function in c language
Is binary tree a binary search tree?
What is difference between hashmap and map?
How to find the missing element in integer array of 1 to 7?
When is a binary search algorithm best applied?