You are on page 1of 3

SET-1

1. Write a C program that uses functions to perform the following:

i) Creating a Binary Tree of integers

ii) Traversing the above binary tree in preorder

2. Write a C++ program to read and display the details of student class with data members as
name, rollno and 3 subjects marks?

SET-2

1. Write a C program that uses functions to perform the following:

i) Creating a Binary Tree of integers

ii) Traversing the above binary tree in in order

2. Write a C++ Program To Find Given Number Is Palindrome Or Not?

SET-3

1. Write a C program that uses functions to perform the following:

i) Creating a Binary Tree of integers

ii) Traversing the above binary tree in Postorder

2. Write a C++ program to read and display the details of student class with data members as
name, rollno and 3 subjects marks

SET-4

1. Write a C program that use recursive functions to perform the Linear search operations for a
Key value in a given list of integers ?
2. Write a C++ program to implement all types of constructors

SET-5
1. Write a C program that use non-recursive functions to perform the Linear search operations for
a Key value in a given list of integers ?

2. Write a C++ Program To Illustrate The Concept Of Class And Object?

SET-6

1. Write a C program that use non-recursive functions to perform the Binary search operations
for a Key value in a given list of integers

2. Write a C++ Program To Illustrate The Concept Of This Pointer

SET-7

1. Write a C program that use recursive functions to perform the Binary search operations for a
Key value in a given list of integers

2. Write a C++ program to implement all types of constructors

SET-8

1. Write C program that implement the bubble sort method to sort a given list of integers in
ascending order

2. Write a C++ Program To Find Given String Is Palindrome Or Not

SET-9

1. Write C program that implement the insertion sort method to sort a given list of integers in
ascending order

2. Write a C++ program to read and display the details of student class with data members as
name, rollno and 3 subjects marks

SET-10
1. Write C program that implement the selection sort method to sort a given list of integers in
ascending order

2. Write a C++ program to implement all types of constructors

SET-11

1. Write C program that implement the merge sort method to sort a given list of integers in
ascending order

2. Write a C++ Program To Illustrate The Concept Of This Pointer

SET-12

1. Write C program that implement the quick sort method to sort a given list of integers in
ascending order

2. Write a C++ Program To Illustrate The Concept Of Class And Object

You might also like