Problem
1. Compile, execute, and test the programs in this chapter.
2. The Student info structure that we defined did not define a copy constructor, assignment operator, or destructor. Why not?
3. That structure did define a default constructor. Why?
4. What does the synthesized assignment operator for Student info objects do?