News

1. Infix : General structure is --> Operand1 <Operator> Operand2 . E.g., a*b ; b/c ; a+b; b-c+d etc. (We use infix expressions in our daily life) 2. Prefix: Here, the ...