You are on page 1of 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