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
Differentiate between the singly linked list and doubly linked list.
What are the types of linked list?
How helpful is abstract data type of data structures?
List the limitations of linear probing?
How can you correct these errors?
What is a data structure node class?
What is a binary search tree? Explain with example?
Can a class have a constructor?
Explain the implementation of an AVL tree and Binary tree.
Which data structures are used in bfs and dfs algorithm?
Which sorting method is slowest?
What is mean by abstract data type?
What is a undirected graph?
how to delete first node from singly linked list?
What are basic algorithms?