Monday, August 15, 2011

An algorithm to evaluate an infix expression using stack ?

Using stack write an algorithm to evaluate an infix expression, and evaluate ((A+(B*C))/D) using stack ( uming A= B=C=2, D=3) ??

No comments:

Post a Comment