0% found this document useful (0 votes)
23 views2 pages

Index: S.I No. Page No

This document contains an index of 25 programming exercises related to data structures and SQL. The exercises cover topics like arrays, structures, classes, inheritance, files, matrices, pointers, stacks, queues and sorting algorithms. They involve creating and manipulating data structures to store and display different types of data like student details, employee records, phone numbers etc. The exercises also include some SQL based exercises to work with database concepts.

Uploaded by

Sabrina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Index: S.I No. Page No

This document contains an index of 25 programming exercises related to data structures and SQL. The exercises cover topics like arrays, structures, classes, inheritance, files, matrices, pointers, stacks, queues and sorting algorithms. They involve creating and manipulating data structures to store and display different types of data like student details, employee records, phone numbers etc. The exercises also include some SQL based exercises to work with database concepts.

Uploaded by

Sabrina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Index

S.I No.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

OBJECTIVE
Structure 1-Array stores details of students, print computer students.
Structure 2-Array stores details of students, prints students securing highest and
lowest marks.Classes and objects 1- Class employee stores details regarding employees and
displays.
Classes and objects 2- Class bank stores details of costumers and displays in basis
of account number.
Constructors and destructors- Class book stores details of respective books and
displays for function with constructor and destructor.
Inheritance- Class marks gets derived from class student, stores details and displays
result sheet.
Binary files 1-Program in binary format stores telephone details and inputs record,
modify and search records.
Binary files 2-Program in binary format stores details of donors in blood bank and
displays details for the respective functions.
Binary files 3- Program in binary format stores details of employees and execute
tasks like increment of salary and deletion of record.
Text files 1- Program in text format counts number of vowels and consents and
counts the number of word.
Text files 2- Program in text format to delete characters and display
Matrix 1- Program using class to create a matrix and display triangular and
diagonal elements.
Matrix 2- Program using class to create matrix, find sum and equality checking.
Pointers and strings- Using pointers find the no of times the characters occur in
string.
Pointers- Using dynamic memory location find largest and smallest number in an
array.
Stacks Program using class to push, pop and display.
Stacks- using linked stack push, pop and display phone records.
Queue- Program using queue and add, delete and display records.
Queue-Using circular queue add, delete and display telephone record.
Queue- Using linked queue add, delete and display students record.
Array 1- Using classes create an array and sort by bubble sort, binary search and
display.
Array 2- Using classes create an array and perform selection sort, deletion and
insertion.

PAGE No.

1-3
4-7
8-12
13-16
17-21
22-28
29-34
35-43
44-52
53-58
59-63
64-72
73-80
81-82
83-84
85-90
91-96
97-101
102-107
108-113
114-121
122-128

23
24
25

SQL EXERCISE 1

SQL EXERCISE 2
SQL EXERCISE 3

129-132
133-137
138-141

You might also like