Structures
1. What is a structure in programming, and how does it differ from an array?
2. Which operator is used to access a member of a structure:
3. All the functionality of a union can be performed by a structure?
4. A structure can be defined inside a structure
5. Default values can be given to the members of the structure
6. What is the primary purpose of using arrays in programming?
7. Can a structure contain an array as one of its members?
8. What is a deep copy in the context of arrays of structures?
9. What will be the ouptut of the following function call: fun4(4,3); where fun4 is defined as:
