Question: In this declaration, idNum is: C) a member D) None of these A) a tag B) an array 7) This is like a structure, except
In this declaration, idNum is: C) a member D) None of these A) a tag B) an array 7) This is like a structure, except all members occupy the same memory area. A) structure pointer B) array of pointers C) array D) union E) None of these 8) Members of a(n)union have names, but the union itself has no name. A) declared B) dereferenced C) organized D) anonymous E) None of these TRUE/EALSE. Write T if the statement is true and F if the statement is false re 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 10) True/False: The expression s->m: indicates that s is a structure pointer and m is a structure member A True B False 11) True/False: The expression s-p; indicates that s is a structure pointer and p, which is also a pointer, is a member of the structure pointed to by s. A True B False 12) True/False: An anonymous union declaration actually creates the member variables in memor A True B False 13) True/False: A union can only have one member A True B False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
