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

Programming With C Index: SR No. Content Signature

This document contains an index of programming problems to solve in C language. It includes problems like matrix multiplication, printing patterns, multiplication tables, prime numbers, functions, recursion, structures, arrays, strings, pointers, files and more. There are a total of 10 problems divided into subsections to practice a variety of programming concepts in C.
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)
34 views2 pages

Programming With C Index: SR No. Content Signature

This document contains an index of programming problems to solve in C language. It includes problems like matrix multiplication, printing patterns, multiplication tables, prime numbers, functions, recursion, structures, arrays, strings, pointers, files and more. There are a total of 10 problems divided into subsections to practice a variety of programming concepts in C.
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

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