Question: TASK-1: Discuss briefly about dynamic memory allocation functions malloc, calloc, realloc their general forms. and free. Give TASK-2: Write a program using the following self-referencing
TASK-1: Discuss briefly about dynamic memory allocation functions malloc, calloc, realloc their general forms. and free. Give TASK-2: Write a program using the following self-referencing structure to store and display employees. the details of ten struct employee int ID; char name[30]; struct employee *next
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
