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

C Index

The document is an index of programming tasks assigned to students, with each task including a description, date, and space for the teacher's signature. The tasks cover various programming concepts such as loops, conditionals, arrays, and functions. The dates for completion range from July to 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 PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

C Index

The document is an index of programming tasks assigned to students, with each task including a description, date, and space for the teacher's signature. The tasks cover various programming concepts such as loops, conditionals, arrays, and functions. The dates for completion range from July to 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 PDF, TXT or read online on Scribd

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