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

Answer Posted / uma sankar pradhan

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

Is This Answer Correct ?    109 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define biconnectivity?

518


What is 1d array?

466


What is the complexity of selection sort?

452


What is integer max_value?

478


What do you mean by balance factor of a node in avl tree?

568






What is binary search in programming?

494


Which is the parent class of linkedhashset class?

521


What is unhashable type list?

476


When will we get ArrayStoreException?

744


Why is hashmap used?

510


How do you create a tree diagram?

480


Can a tree be empty?

482


What is a list of lists?

511


State the demerit of linear representation of binary trees?

479


List the basic operations carried out in a linked list?

656