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 | 14 No |
Post New Answer View All Answers
Is json a data structure?
What are the topics in data structures?
What is the difference between hashset and hashtable?
What do you mean by Syntax Error
How does arraylist size work?
How many types of sorting algorithms are there?
Explain the term recursive case?
How does variable declaration affect memory allocation?
What is array in data structure with example?
What is a dequeue?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What is quick sort example?
What is the use of prototype?
What package is arraylist?
What is structured data with example?