Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / siya
(++26)+(-(1324))=1297
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
How does quick sort work?
What is time complexity of quick sort?
write a program to show the insertion and deletion of an element in an array using the position
What is the impact of signed numbers on the memory?
Which interfaces are implemented by abstractsequentiallist?
What is a spanning tree in data structure?
Differentiate between list and set.
Define a binary tree?
What is numeric array?
If I try to add enum constants to a treeset, what sorting order will it use?
What does a bubble chart show?
What is array in data structure with example?
Is any implicit arguments are passed to a function when it is called?
Can I provide array size dynamically?
Define the term “percolate up”?