Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / uma
the infix notation is
(2+6)+ 13+(2-4)
8+(13-2)
8+11
19
| Is This Answer Correct ? | 25 Yes | 42 No |
Post New Answer View All Answers
What are types of Collision Resolution Techniques and the methods used in each of the types?
Can you distinguish between ArrayList and Array?
Which language is best for learning data structures and algorithms?
What is sequential search?
Can list contain null values?
What do you mean by shortest path?
Can we extend an array after initialization?
What is faster array or arraylist?
What do you mean by balanced trees?
What is the difference between null and void?
What do you mean by collision in hashing?
What are different techniques for making hash function? Explain with example.
Can we add or delete an element after assigning an array?
Is red black tree balanced?
Can we insert null in set?