Question: In C programming one difference between a struct and union is that all fields in a ____ share the same memory location, so defining one
In C programming one difference between a struct and union is that all fields in a ____ share the same memory location, so defining one with 100 integers still only takes up space for one integer.
A. "struct"
B. "union"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
