Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
S.NO PRACTICAL NO. DATE Authorized signatory
1 Practical No.1.Design, and Implement a program in C for the following a) To find the greatest of the three numbers. b) Check the entered number is odd or even. c) To swap the values of variables using third variables. d) To swap the values of variables without using third variable. 2 Practical No.2. Design, Develop program in C for the following a) To check whether the given number is palindrome number. b) To check whether the number is prime or not.
3 Practical No.3.Design, Develop and Implement a
menu driven Calculator Program in C the following operations on Integers a) Find addition b) Find subtraction c) Find Multiplication d) Find Division e) Find Reminder f) Exit 4 Practical No.4.Design, Develop and Implement a Program in c a) To reverse a four digit integer without using loop. b) To reverse an integer using while loop.
5 Practical. No. Design, Develop and Implement a
Program in C for the following a) To check the Fibonacci series of any given number. b) To check factorial of a number using for loop 6 Practical. No. Design, Develop and Implement a program in C to print different Patterns using for loops. 7 Design, Develop and Implement a Program in C for the following a) To show call by value b) To show call by reference 8 Practical. NO. Design, Develop and Implement a Program in C for the following a) To show the use of array b) To sort an array in ascending order c) Use of recursive function.