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

Answers were Sorted based on User's Feedback



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

Answer / prachi

ans 23

Is This Answer Correct ?    7 Yes 13 No

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

Answer / siya

(++26)+(-(1324))=1297

Is This Answer Correct ?    2 Yes 8 No

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

Answer / rahul

(2+6)+((13-2)+4)===23

Is This Answer Correct ?    10 Yes 19 No

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

Answer / 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

More Data Structures Interview Questions

What is a concurrenthashmap?

0 Answers  


What is a comparator function?

0 Answers  


What are the advantages and disadvantages of linked list?

0 Answers  


What is an iterative algorithm?

0 Answers  


Why is merge sort faster?

0 Answers  






Define forest?

0 Answers  


How many passes are required in bubble sort?

0 Answers  


What do you mean by Logical Error

0 Answers  


What is the difference between sorting and classifying?

0 Answers  


Can we add heterogeneous elements into treemap?

0 Answers  


What is a hashset?

0 Answers  


A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

0 Answers   Motorola,


Categories