Structures
1. What will be the ouptut of the following function call: fun4(4,3); where fun4 is defined as:

2. An Array can be a part of a Structure.
3. Can one define an array of structure variables?
4. The following structure declaration is correct?

5. A structure is a collection of variables under a ______ name.
6. What is the primary difference between a structure and a class in object-oriented programming?
7. What is the purpose of the 'typedef' keyword when defining a structure?
8. When might you use a nested structure in programming?
9. In C and C++, can a structure have member functions?