11.2: Focus on Software Engineering: Combining Data into Structures: 11005

Question

Given the declaration of a structure whose tag is DATE write the declaration of the following variables enrolled_on, paid_on, and completed_on, each of which is of type DATE.

Solution
DATE enrolled_on, paid_on, completed_on;

No comments:

Post a Comment