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 are AVL trees?

0 Answers   HAL,


How will you free the memory that is allocated at run time?

0 Answers  


What do you mean by articulation point?

0 Answers  


Do all declaration statements result in a fixed reservation in memory?

0 Answers  


Describe tree database. Explain its common uses.

0 Answers  






Write a Program for Linked list manipulation.

0 Answers  


List the data structures which are used in hierarchical data model.

0 Answers  


Is arraylist a class?

0 Answers  


What is a treemap used for?

0 Answers  


How do I sort a hashmap key?

0 Answers  


What is tree in computer science?

0 Answers  


Write a Binary Search program

7 Answers   Microsoft, TCS,


Categories