You are on page 1of 3

1

UNIVERSITY SCHOOL OF AUTOMATION AND


ROBOTIC

END SEMESTER PRACTICAL FILE

Submitted by:
Submitted to: Vikas
Mrs. Ashoka Tripathi 09719011721
Batch: IIOT B2
2

INDEX
S. NO. NAME OF THE PROGRAM

1. Write a C program to find the sum and average of three numbers using function.

2. Write a C program to find the sum of individual digits of a given positive integer.

3. Write a C program to generate the first n terms of the Fibonacci sequence.

4. Write a C program to generate the first n terms of the Fibonacci sequence.

5. Write a C program to check whether a given number is Armstrong Number or Not.

6. Write a C program to find the factorial of a given integer using a non-recursive function.

7. Write a C program to find the factorial of a given integer using a recursive function.

8. Write a C program to find both the largest and smallest number in an array.

9. Write a C Program to Sort the Array in an Ascending Order.

10. Write a C program to perform addition and subtraction of two matrices

11. Design a calculator using Switch Case Statement.

12. Write a Program for Selection sort in ‘C’.

13. Write a Program for Bubble Sort in ‘C’.

14. Write a Program for checking a string is palindrome or not?


3

15. Write a ‘C’ Program for Insertion Sort.

16. Write a ‘C’ Program for creating Single Linked List.

17. Write a Linear Search Program for Array.

18. Write a ‘C’ Program to display array elements using malloc()


Function.

19. Write a ‘C’ Program to calculate total and percentage marks


of a student using Structure.

You might also like