If struct definition CartesianPoint has subitems int x and int y, how many total int locations in memory are allocated for these variable declarations?
0; The struct definition just creates a type but does't allocate memory. Later variable declarations like Point myPoint will allocate memory allocations