Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / rahul
(2+6)+((13-2)+4)===23
| Is This Answer Correct ? | 10 Yes | 19 No |
Post New Answer View All Answers
What is the space complexity of quicksort?
What happens if we put duplicate key in hashmap?
Why set will not allow duplicates?
Which is the parent class of deque
What is the meaning of arraylist?
What is the difference between the hash table and hash map?
In what areas do data structures applied?
Program to remove duplicate elements in an array.
How do you determine if a binary tree is height balanced?
What are different types of linked lists?
Name some applications which use linked lists.
Define a binary tree?
How will you reverse Linked List.
How does the size of arraylist increases dynamically?
What are linear and non linear data structures?