Challenge: Dynamically Allocate Space for Two Structures
Apply what you’ve learned about dynamic memory allocation in the coding exercise in this lesson.
We'll cover the following...
Problem statement
In this challenge, you have to implement the allocateSpace
function.
void allocateSpace();
In this challenge, we have already defined the structures, ...
Access this course and 1400+ top-rated courses and projects.