Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / babitha p
++26+-1324
++26((1-3)+24)
(2+6)+((1-3)+24)
=8+(-2)+24
=30.
Answer is 30
| Is This Answer Correct ? | 31 Yes | 13 No |
Post New Answer View All Answers
Which is faster quick sort or merge sort?
What are the basic data structures?
What is declaring array?
Which is better hashmap or arraylist?
What is merge sort in daa?
What is the difference between set and unordered_set?
Write the importance of hashing?
What is a B tree?
Define data type and what are the types of data type?
What are the different binary tree traversal techniques?
What are stacks? Give some of its applications.
How do we search a specific element in an array?
Is hashmap a data structure?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
How do you do binary search?