[an error occurred while processing this directive] CMSC 202 - Fall 2014 - Lab 4

Step 1: Defining a C struct

In this step, you will define a struct named "Date" that has the following four members:

That's it! Make sure you put the structure definition into your code above, and outside of, main().