Practical Slip 13 - 2019 Pattern

 Data Structure:

A) Write a C program to accept an infix expression and convert it into postfix form.

(Use Static Implementation of Stack)

Example: - A * B + C as AB*C+            [20 M]

PHP:





Post a Comment

0 Comments