Given an structure declaration Struct student { char first_name[10]; char mid_initital; char last_name[10]; int age; }; student S; The declaration of S allocates ________ bytes of memory.
Reveal answer
Fill a bubble to check yourself
Given an structure declaration Struct student { char first_name[10]; char mid_initital; char last_name[10]; int age; }; student S; The declaration of S allocates ________ bytes of memory.