Answer:
Imaging , Graphics and voice..... requires large computer memory.
Explanation:
Answer:
A structure is a user-defined data type available in C that allows to combining data items of different kinds. Structures are used to represent a record. A union is a special data type available in C that allows storing different data types in the same memory location.
The reason your program isn't working is because you put the n=12 now when you put the other n's in the code it causes it to only work with the number 12