0% found this document useful (0 votes)
6 views1 page

Programming For Problem Solving (L4.0)

The document outlines an assignment for the course Programming for Problem Solving (ES-CS291) for 2024, focusing on matrix problems and string operations. It includes ten programming tasks in C, such as finding the transpose of a matrix, adding matrices, checking for symmetry, performing matrix multiplication, and various string operations without using the string.h header file. Students are required to complete these tasks and provide their signatures along with the faculty's signature.

Uploaded by

M S
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)
6 views1 page

Programming For Problem Solving (L4.0)

The document outlines an assignment for the course Programming for Problem Solving (ES-CS291) for 2024, focusing on matrix problems and string operations. It includes ten programming tasks in C, such as finding the transpose of a matrix, adding matrices, checking for symmetry, performing matrix multiplication, and various string operations without using the string.h header file. Students are required to complete these tasks and provide their signatures along with the faculty's signature.

Uploaded by

M S
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
You are on page 1/ 1

Programming for Problem Solving (ES-CS291)

2024
ROLL
NAME

Learning outcome: Students will be able to solve matrix problems


and perform string operations.

ASSIGNMENT: IV

Sl. Program Listing Date Signature


No
1 Write a C program to find out the transpose of a matrix of order
m× n.
2 Write a C program to add two matrices of order m × n.

3 Write a C program to check whether a given matrix is


symmetric or not.

4 Write a C program to perform Matrix multiplication of two


matrices, A of order m× n and B of order p × q to produce C
matrix.
5 Write a C program to find the length of a string without using
string.h header file.
6 Write a C program to copy one string to another string without
using string.h header file.
7 Write a C program to compare two strings without using
string.h header file.
8 Write a C program to concatenate two strings without using
string.h header file.
9 Write a C program to Display the abbreviated form of a given
name. (Example: Ramen Nath Das as R. N. Das)
10 Write a C program to check a string for the first occurrence of
the substring.

SIGNATURE OF STUDENT........................................................

SIGNATURE OF FACULTY........................................................

You might also like