Evaluate the following prefix expression " ++ 26 + - 1324"

Answer Posted / babitha p

++26+-1324
++26((1-3)+24)
(2+6)+((1-3)+24)
=8+(-2)+24
=30.

Answer is 30

Is This Answer Correct ?    31 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is queue in data structure?

487


Why is hashmap faster than arraylist?

536


How do I start preparing for placement?

502


What is priority queue in data structure?

490


What do you mean by data types?

534






How to create an Array?

563


Why quicksort is faster than merge sort?

493


What is difference between treeset hashset linkedhashset?

447


What is data structure and data type?

556


What is the quickest sorting algorithm?

551


What are the drawbacks of array implementation of queue?

682


Mention the steps to insert data at the starting of a singly linked list?

583


What is data structure and its classification?

498


How does arraylist store data?

475


Write a data structure for a queue.

583