Recent Posts

Showing posts with label NEP ds practical programs. Show all posts
Showing posts with label NEP ds practical programs. Show all posts

5.C Program to search an element using recursive binary search technique(Part B)

C Program to search an element using recursive binary search technique ALGORITHM : Step 1: Start Step 2: Implement the binary_search functi...

4.C Program to search an element using linear search technique(Part B)

C Program to search an element using linear search technique ALGORITHM : Step 1: Start Step 2: Input the number of elements (n) and the lis...

7.DS - Lab -C Program to create a file to store student records(Part A)

 C Program to create a file to store student records ALGORITHM : Step 1: Start Step 2: Create a file named "student_records.txt". ...

6.DS - Lab - C Program to create two files to store even and odd numbers(Part A)

C Program to create two files to store even and odd numbers ALGORITHM : Step 1: Start Step 2: Create two empty files named "even_numbe...

4.DS -LAB - C Program to implement Towers of Hanoi(Part A)

 C Program to implement Towers of Hanoi ALGORITHM : Step 1: Start Step 2: Declare a function towers_of_hanoi(n, source, auxiliary, destinati...