0% found this document useful (0 votes)
13 views2 pages

C Index

The document is an index of programming assignments with specified tasks and their due dates. It includes programs for calculating factorials, checking leap years, identifying triangle types, printing Fibonacci series, managing a 2D array of student data, checking palindromes, demonstrating function call methods, and performing matrix operations. All tasks are scheduled for completion between July and August 2025.

Uploaded by

user-835816
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)
13 views2 pages

C Index

The document is an index of programming assignments with specified tasks and their due dates. It includes programs for calculating factorials, checking leap years, identifying triangle types, printing Fibonacci series, managing a 2D array of student data, checking palindromes, demonstrating function call methods, and performing matrix operations. All tasks are scheduled for completion between July and August 2025.

Uploaded by

user-835816
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/ 2

INDEX

S.No Name of Program Date Teacher’s


Signature
1. Write a program to find the factorial of a
number using
(i) While loop 28/07/2025
(ii) Do while loop
(iii) For loop
2. Write a program to check whether the given
number is leap year. 28/07/2025

3. Write a program to find whether the given


triangle is scalene, isosceles or equilateral 28/07/2025
triangle.
4. Write a program to print Fibonacci series. 28/07/2025
5. Write a program to create a 2_D array which
contains names and marks of students and use
following functions
28/07/2025
(a) (i) getmarks
(b) (ii) displaymarks()
(c) (iii) display percentage().
6. Write a program to check number palindrome
4/08/2025
and string palindrome.
7. Write a program to show the effect of call by
4/08/2025
value and call by reference in functions.
8. Write a program to perform following
operations on matrix using functions and
switch case:
(a) Addition 11/08/2025
(b) subtraction
(c) multiplication
(d) transpose

You might also like