Question: TRUE/FALSE. Write T if the statement is true andF if the statement is false. A union can only have one member. 5) True/False: 5) A
TRUE/FALSE. Write T if the statement is true andF if the statement is false. A union can only have one member. 5) True/False: 5) A True B False 6) True/False: The names of the enumerators in an enumerated data type must be enclosed in 6) quotation marks. A True B False 7) True/False: The structure pointer operator is used to dereference a pointer to a structure, not a ) pointer that is a member of a structure. A True B False MULTIPLE CHOICE. Choose the one alternative that best completes the statement r answers the question. 8) 8) Look at the following structure declaration. struct Employee string name; int idNum In this declaration, Employe is: A) an array B) a member C) a tag D) None of these 9) If you do not declare an access specification, the default for members of a class is 9) A) inline B) global c) private D) public E) None of these 10) 10) Look at the following declaration. enum Tree OAK, MAPLE, PINE In memory, what value will the MAPLE enumerator be stored as? D) "MAPLE E)2 A) 1 B) 'M C) 1.0 , and its member 11) 11) In OOP terminology, an object's member variables are often called its functions are sometimes referred to as its behaviors, or A) data, activities B) values, morals C) attributes, activities D) attributes, methods E) None of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
