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

Exercise 6

Uploaded by

manasvi16102006
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)
20 views2 pages

Exercise 6

Uploaded by

manasvi16102006
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 in C Date of performance: 11/10/2024

Exercise 6
Instructions:
 Use this file as template for the following programs and maintain the consistency
throughout.
 You can delete the questions, instructions and directly start with Question 28.
 Use Times New Roman 12 with a Justify Alignment.
 Every Question should be on the new page.
 The demo question is done in Exercise 1.
 Change the page number using section break.

25. Write a program to store user entered values in a 5X4 2D matrix and display
the sum of numbers in every row
26. Write a program to store user entered values in a 3X4 2D matrix and display
the sum of numbers in every column
27. Write a program to store user entered values in a 3X3 2D matrix and display
the sum of diagonal elements
28. Write a program to compare two strings.
29. Write a program to copy one string into another
30. Write a program to concatenate two strings

<roll_no> <page_no>
Programming in C Date of performance: 11/10/2024

<roll_no> <page_no>

You might also like