Back to Browse

Data Structures Lab | VTU DS Lab 1 | Calendar using Array of Structures | Dynamic Memory Allocation

8.7K views
Mar 17, 2024
19:19

Develop a Program in C for the following: a) Declare a calendar as an array of 7 elements (A dynamically Created array) to represent 7 days of a week. Each Element of the array is a structure having three fields. The first field is the name of the Day (A dynamically allocated String), The second field is the date of the Day (A integer), the third field is the description of the activity for a particular day (A dynamically allocated String). b) Write functions create(), read() and display(); to create the calendar, to read the data from the keyboard and to print weeks activity details report on screen. Complete DS Lab Playlist: https://www.youtube.com/playlist?list=PLjyJPQYU7GJOYfpOOoxJmyN8mr_1WTnXD Vishwanath M Data Structures Lab Manual : https://drive.google.com/file/d/1DvhH4lR96eyycj2HZjIGy3NKLH3ZgIin/view?usp=sharing #data #datastructures #C #programming #program #lab #vtu #exam #exampreparation #language #manual

Download

0 formats

No download links available.

Data Structures Lab | VTU DS Lab 1 | Calendar using Array of Structures | Dynamic Memory Allocation | NatokHD