Write program for Bubble Sort ?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
Is array a data structure?
Which is faster quick sort or merge sort?
Explain what are the methods available in storing sequential files ?
What are the advantages and disadvantages of linked list over array?
Define static data structures?
What is the difference between 1d and 2d array?
What is impact of signed numbers on the memory?
What are lists?
Describe stack operation.
Why do we need a data structure?
When should structures be passed by values or by reference?