If struct definition CartesianPoint has subitems int x and int y, how many total int locations in memory are allocated for these variable declarations?

Respuesta :

Answer:

0; The struct definition just creates a type but does't allocate memory. Later variable declarations like Point myPoint will allocate memory allocations

Step-by-step explanation:

RELAXING NOICE
Relax