0% found this document useful (0 votes)
12 views

Document

The document provides a list of various C programming tasks and their descriptions, including calculations for simple interest, area of triangles, and operations on matrices. It also includes programs for checking properties of numbers, generating Fibonacci series, and demonstrating the use of pointers and structures. Each task is aimed at enhancing programming skills in C through practical examples.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Document

The document provides a list of various C programming tasks and their descriptions, including calculations for simple interest, area of triangles, and operations on matrices. It also includes programs for checking properties of numbers, generating Fibonacci series, and demonstrating the use of pointers and structures. Each task is aimed at enhancing programming skills in C through practical examples.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1. C program for Calculating simple interest.

2. c program to print area of triangle.

3. C program to print sum and average of 4 subjects.

4.C program to calculate the real roots of a quadratic equation.

5. c program to convert Fahrenheit to Centigrade temperature.

6. C program to Calculate the area of triangle given three sides.

7. C program to demonstrate working of binary arithmetic operators.

8. C program to find the given year is leap year or not.

9. C program to check the given number is even or odd.

10. c program for Biggest of three numbers

11. C program to find average and to print grades.

12. C program to perform arithmetic operations using switch Statement .

13. C program to print sum of n natural numbers using while loop.

14. C program to print the sum of digits of given numbers.


15. C program to check the given number is a palindrome or not.

16.C program to check the given number is Armstrong or not.

17. C program to print factorial or not.

18. C program to print multiplication table.

19. c program to print Fibonacci numbers.

20. C program to print numbers from I to 100 with divisible by 9.

21(a). C Program to print the following out put.

123

1234

12345

21 (b) C program to print the following out put.

11

111

1111
11111

22. cprogram to print Fibonacci series.

23. C program to add two matrices.

24. C program to multiply two matrices.

25(a). C program to find the length of given string without using a library
function.

25(b). Program to concatenate two Character Arrays.

26. C program to print factorial of given number.

27. C program to generate Fibonacci Series.

28. C program to illustrate the use of Structure pointers.

29. C program using pointer to function.

30. C program that will receive a file name and a line of text as command
line argument and write the text to the file.

You might also like