How to write a c program to read a parenthesised infix expression from the user and check whether it is well parenthesised or not in C Programming Language ?
Solution:
/*write a c program to read a parenthesised infix expression from the user and check whether it is well parenthesised or not */