You are on page 1of 2

PROGRAMMING WITH C

INDEX
SR NO. CONTENT SIGNATURE
1(A). Write a program for Matrix
Multiplication.
1(B). Write a program to print
1
121
12321
1234321
1(C). Write a program of Multiplication
table in given range.
2(A). Write a program to display first ‘n’
prime numbers in given Fibonacci
series.
3. Write a program to calculate a b
using function.
4(A). Using Recursion calculate factorial.
4(B). Using Recursion generate
Fibonacci series.
5. Write a program to create structure
cricket & declare an array of
structure & display information.
6. Write a program to concatenate the
student’s first name, middle name
& last name in one array student.
7(A). Write a program to find substring
or a string.
7(B). Write a program to convert string to
number.
8. Write a program to swap two
numbers using pointers.
9. Write a program to sort elements of
array & find smallest number in
array using pointer.
10(A). Write a program to read content or
one file & write into another file.
10(B). Write a program to count numbers
of characters in file.
10(C). Write a program to create a file &
display its content on screen.

You might also like