Computer Science, asked by amrithadharan, 1 month ago

"structure is a user defined data type" justify this statement with the help of a example.​

Answers

Answered by shabanashah
1

Answer:

Structure: A structure is a user defined data type in C/C++. A structure creates a data type that can be used to group items of possibly different types into a single type. Union: Like Structures, union is a user defined data type. In union, all members share the same memory location.

Similar questions