Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / parneet kaur
+-ab*c-de+fg
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How would you reverse characters of an array without using indexing in the array.
How memory is reserved using a declaration statement in data structure?
Can we remove element from arraylist while iterating?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
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.
Can arraylist hold different types?
Which interfaces are implemented by linkedhashset?
Define 2-3 tree?
How many types of data structures are used?
Which is better than array and linked list?
What stack means?
Does arraylist guarantee insertion order?
Write an algorithm for inserting and deleting an element from doubly linked list?
What is heap tree?
Which searching algorithm is best?