?
2011-01-28 11:46:20 UTC
a.must use default values to initialize the data members when a new structure variable is created.
b.must have parameters that receive values to initialize the data members when a new structure variable is created.
c.must have the same name as the structure tag.
d.must return a value.
e.is not required to do any of these.
2) Members of ________ unions have names, but these unions themselves have no name.
a.anonymous
b.referenced
c.organized
d.declared
e.all
3)In a procedural program, you typically have ________ stored in a collection of variables, and a set of ________ that perform operations on them.
a.numbers, arguments
b.parameters, arguments
c.strings, operators
d.operands, operators
e.data, functions
4)________ are sometimes called get functions and ________ are sometimes called set functions.
a.Accessors, mutators
b.Mutators, accessors
c.Public functions, private functions
d.Private functions, public functions
e.Value-returning functions, void functions