Here, are some sample questions based on "Data Structures". Read it carefully as these questions will help you in cracking any interview. 46) What do you mean by Polish string ? Answer: Polish string refers to the notation in which the operator symbol is placed either before its operands (prefix notation) or after it operands (postfix notation). The usual form, in which the operator is placed in between the operands is called infix notation. 47) What do you mean by an infix, postfix and prefix expression ? Answer: An expression where operators are placed in between the operands is called a infix expression . E.g.: A + B An expression where operators are placed after the operands is called a postfix expression . E.g.: AB+ An expression where operators are placed before the operands is called a prefix expression . E.g.: +AB 48) What is the evaluation order according to which an infix expression is converted to postfix expression ? Answer: The evaluat...
All HR and Technical interview questions with answers for freshers and experienced professional. It helps job seekers who are about to attend interviews.