0% found this document useful (0 votes)
15 views

Programming for Problem Solving(L6)

The document outlines an assignment for the course Programming for Problem Solving (ES-CS291) for 2024. It includes three programming tasks related to dynamic memory allocation, structures, and sorting strings. The learning outcome emphasizes the use of pointers, structures, and dynamic memory allocation in C programming.

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)
15 views

Programming for Problem Solving(L6)

The document outlines an assignment for the course Programming for Problem Solving (ES-CS291) for 2024. It includes three programming tasks related to dynamic memory allocation, structures, and sorting strings. The learning outcome emphasizes the use of pointers, structures, and dynamic memory allocation in C programming.

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 use Pointers,


Structures and Dynamic memory allocation.

ASSIGNMENT: VI

Sl. Program Listing Date Signature


No
1 Write a C program to create one dimensional array using
dynamic memory allocation and find the smallest and largest
element in the array using a function findminmax().
2 Write a C program to implement a structure student (sid, sname,
mark[5], total). Create an array of five students and print student
detail with total marks.
3 Write a C program to sort a number of strings in alphabetical
order using dynamic memory allocation.

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

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

You might also like