Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / badri
*+-abc-/de+fg
| Is This Answer Correct ? | 15 Yes | 19 No |
Post New Answer View All Answers
What is the difference between arraylist and array?
Calculate the address of a random element present in a 2d array, given base address as ba.
What are different techniques for making hash function? Explain with example.
What do you mean by sorting data?
What is the difference between a Stack and a Queue.
List the data structures which are used in network data modal.
What is meant by balanced binary tree?
What are the advantages and disadvantages of copyonwritearraylist?
What is tree in computer science?
What is thread and types of thread?
Which is faster hashmap or linkedhashmap?
What are different dynamic memory allocation technique in c.
What is the difference between arraylist and linkedlist?
State the difference between queues and linked lists?
How do you find the time complexity of a bubble sort?