Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
WEEK -1 PROGRAMS
Sl.No Program List
1 Write a C program to read and display the array elements. 2 Write a program in C to find the maximum and minimum element in an array. 3 Write a program in C to sort elements of an array in ascending order using bubble sort. 4 Write the C program to search an element using linear search. 5 Write a program in C to concatenate the two strings without using builtin functions. 6 Write a program in C to compare the two strings without using builtin functions. 7 Write a C program to find the simple interest ( SI = P*T*R/100) where P- principal, T-Term, R-Rate of interest. 8 Write a C program to print the duplicate elements of an array. 9 Write a C program to print fibonacci series without using recursion and using recursion. 10 Write a C program to check whether the given number is a palindrome or not.