00020. It was stated that by declaring a structured
data object, say:
struct newobject {
…} we are creating a new data type. Explain.
The basic adage Give me an address and tell me what type of data is stored there,
and I will tell you the value of that data type still applies. After we
have determined an address, say for struct newobject { …}, we are telling
the compiler that if we go to that address, we will be able to interpret the
data found and how we will interpret that data.