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

Answer Posted / sayali

423162-++

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the methods available in storing sequential files ?

498


Define probing?

708


What is the structure of an array?

463


Give us a program to reverse a linked list.

548


How do you define a set?

481






What are common data structures?

599


What do you mean by double hashing?

583


What is an ordered map?

503


What is the idea behind splaying?

1265


What are linked lists most commonly used for?

490


How do you sort an array in descending order?

505


How can you add an item to the beginning of the list?

570


What does quick sort do?

487


Can treeset contain duplicates?

558


Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.

565