DATA STRUCTURES - MCQ - II
Data Structures 1. Which of the following is/are the levels of implementation of data structure? a) abstract level b) application level c) implementation level d) all of the above 2. The best data structure to check whether an arithmetic expression has balanced parentheses a) Queue b) Stack c) Tree d) List 3. Stack data structure is needed to convert a) infix to postfix notation ...