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
What do you mean by rehashing?
What are the properties of an algorithm?
How can we reverse a singly linked list?
How do you reference all the elements in a one-dimension array?
Does linked list allow duplicates?
Can a tree be empty?
How to inverting a function in sort and searching?
What is the difference between one and two dimensional?
What are the main differences between the linked list and linear array?
Write the algorithm for converting infix expression to postfix expression?
Describe the degree term in a tree.
Is hashmap a data structure?
Can we modify final arraylist?
How can you correct these errors?
Define 2-3-4 tree?