Question 1) Write an algorithm to implement a circular doubly linked list
Question 2) Explain the advantages of Arrays and Pointers? What is the basis for selection of Arrays or Pointers as data structure in a program.
Question 3) What is a row major order? What is the column major order? How would you find location of an element of an array , if the array is stored using row major order? Answer the question, if the array is stored in column major order.