Question 1 Explain Abstract data types with its characteristics
Question 2 Let us say your Learning Centre decides to store all the three types of student data
- Register-Number
- Name
- Age
In a single data type, which is the most suitable data type? Give its syntax
Question 4 Explain quick sort and tree sort
Question 5 Write a C-program to implement stack using array data structure and perform the following stack operations (a) POP (b) PUSH
Question 6 Write a C program to demonstrate linked list implementation of stack