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 |
Classify the Hashing Functions based on the various methods by which the key value is found.
Define the tree data structure.
Can a hashmap have duplicate keys?
List the two important key points of depth first search?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
Write a Program for Reverse a linked list.
Explain the term base case?
Which sorting is stable?
What is a string or array type?
What do you mean by Syntax Error
Why do we need sorting?
Define a full binary tree ?