You are on page 1of 1

1. 2. 3. 4. 5.

Write a 'C' Program to find the sum of the digits of a number Write a 'C' Program to reverse the digits of a number. Write a 'C' Program to find the largest digit of a number. Write a 'C' program to check whether the number and its reverse are same or not. Write a 'C' Program to check whether the given number is Armstrong number or not. 6. Write a C program to find the second highest number from a set of numbers. 7. Write a C program to generate Fibonacci series. 8. Write a C program to generate numbers between 1 and 100 which are divisible by 2 and not divisible by 3 and 5 9. Write a C program to generate prime numbers between 50 and 100. 10. Write a 'C' program to arrange the digits of a number in ascending order. 11. Write a 'C' Program to get a line of text and count the number of vowels in the text. 12. Write a 'C' Program to find the product of two matrices 13. Write a C program to find the sum and difference of two matrices. 14. Write a C program to arrange the set of numbers in descending order. 15. Write a function to find the product of two values without using '*' operator. 16. Write a C program to create a structure called date with day, month and year as data member and find the difference between two dates. 17. Write a C program to (i) Calculate the area of a circle. (ii) Convert the C to F. 18. Write a C program to a) Find the biggest of given three numbers. b) Check whether the given year is leap year or not. 19. Write a C program to (i) find whether the given number is even or odd. (ii) Find the square root of a number. 20. Write a C program to (i) check whether the given number is Armstrong or not. (ii) to reverse the digits of a given number. 21. Write a C program to check the given name is palindrome or not without using string function. 22. Write a C program to swap two numbers without using third variable using function. 23. Write a C program to find the factorial of given number using recursive function. 24. Write a C program to sort the given number in ascending order using arrays. 25. Write a C program to add and subtract two matrices. 26. Write a C program to multiply two matrices. 27. Write a C program to generate Fibonacci series. 28. Write a C program to sum the digits of a given number. 29. Write a C program to find the roots of given quadratic equation. 30. Write a C program to generate the following triangle. 5 5 5

5 5 5 nC using recursive function. 31. Write a C program to find r 32. Write a C program to generate the students mark details using union and calculate the total, average and grade.

You might also like