Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Index of C Programming
Sr. Practical Name Date Page No.
No. 1 Module 1 1.1 a. Write a C program to find largest of three numbers b. Write a C program to check whether the number is even or odd 1.2 Write a C program to swap a given variables. 1.3 Write a C program to compute the sum of squares of n natural numbers. 1.4 Write a C program to generate Fibonacci series upto n-terms 2 Module 2 2.1 Write a C program to search a number in an array using linear search. 2.2 Write a C program to find the maximum and minimum number in a given array 2.3 Write a C program to perform basic string operations using string functions. 3 Module 3 3.1 Write a C program to determine whether the entered character string is palindrome or not. 3.2 Write a C program to calculate net salary statement of an employee using structure. 3.3 a. Write a C program to calculate the factorial of a number using recursion. b. Write a C program to generate a Fibonacci series using recursion.