Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / naman
there are 4 operators and 6 operands. how can this be a
correct prefix exp ? ans1 and 2 are correct with there
assumptions..
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Which is more efficient merge sort vs quicksort?
Why quicksort is called quick?
What are doubly linked lists?
What is static array?
Explain binary tree traversals?
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?
What is the impact of signed numbers on the memory?
How to find 3rd element from end in a linked list in one pass?
Name two algorithms two find minimum spanning tree?
Is quicksort faster than merge sort?
What is the time complexity of arrays sort?
Can you declare an array without assigning the size of an array?
How do you sort an arraylist?
What are types of Collision Resolution Techniques and the methods used in each of the types?
What is meant by binary tree?