Problem 2
Does a structure declaration cause a structure variable to be created?
Problem 37
T F A structure declaration does not define a variable.
Problem 41
T F You may skip members in a structure’s initialization list.
Problem 50
T F The structure pointer operator does not automatically dereference the structure pointer on its left.