I just dont know how to implement it though i knew the logic.
You just need to go step by step. Write down how you convert infix to postfix step by step and then start writing the code.
You could use a char array to accept the infix expression.
Raghu