Data Structures And Algorithms
7 previous year questions.
High-Yield Trend
Chapter Questions 7 MCQs
Consider the binary tree given below. What will be the corresponding infix expression to this?

Consider the following statements about arrays. Which of the following are TRUE?
A. The index specifies an offset from the beginning of the array to the element being referenced.
B. Declaring an array means specifying three parameters; data type, name, and its size.
C. The length of an array is given by the number of elements stored in it.
D. The name of an array is a symbolic reference to the address of the first byte of the array.
Choose the correct answer from the options given below:
Match LIST-I with LIST-II
Choose the correct answer from the options given below:
refers to a set of data values and associated operations that are specified accurately, independent of any particular implementation.