This page provides a comprehensive collection of Previous Year Questions (PYQs) on
Searching and Sorting techniques in C Programming, compiled from examinations conducted
by reputed engineering colleges such as JNTUH, CBIT, VASV and VCE.
The questions are systematically organized with clear explanations and program-based solutions to help
students strengthen their understanding of algorithms, time complexity, and implementation techniques,
thereby enabling effective preparation for semester examinations, laboratory assessments, and competitive tests.
Year – 2024
-
What is the time complexity of bubble sort?
(JNTUH–Jan/Feb-2024)
1M
-
What is the main advantage of binary search over linear search?
(JNTUH–Jan/Feb-2024)
1M
-
Explain insertion sort algorithm.
(JNTUH–Jan/Feb-2024)
10M
Year – 2023
-
What is searching?
(JNTUH–Mar/Apr-2023)
1M
-
Define Big-O notation.
(JNTUH–Mar/Apr-2023)
1M
-
Write a program for bubble sort.
(JNTUH–Mar/Apr-2023)
5M
-
Distinguish between linear and binary search.
(JNTUH–Mar/Apr-2023)
5M
-
Explain linear search with example.
(JNTUH–Mar/Apr-2023)
5M
-
Write a program for insertion sort.
(JNTUH–Mar/Apr-2023)
5M
-
What is the key difference between linear search and binary search?
(JNTUH–Sep-2023)
1M
-
What is the time complexity of selection sort?
(JNTUH–Sep-2023)
1M
-
Explain bubble sort algorithm with example.
(JNTUH–Sep-2023)
10M
-
Explain binary search algorithm with example.
(JNTUH–Sep-2023)
10M
-
Write a C program for bubble sort.
5M