Answer the following statements true (T) or false (F)
1. Arrays cannot have more than two dimensions.
2. If a function takes a two dimensional array as a parameter, the prototype must specify the number of rows, but not the number of columns.
3. A struct can have a component that is an array.
4. struct type addressBook has a component people which is an array of elements of struct type person. person has a component address which is of struct type personAddress and has a component street. The correct reference for the street of the fifth person in myFriends (type addressBook) is
myFriends.people[4].personAddress.street
1. False
2. False
3. True
4. True
You might also like to view...
Name five conditions under which a task becomes critical.
What will be an ideal response?
From Nancy's point of view, in order to restrict access, privacy is a zone of:
a) discretion. b) inaccessibility. c) nondisclosure. d) invisibility.
You should never use images alone to convey information on your Web pages.
Answer the following statement true (T) or false (F)
Using the ____________________ feature, you can post your high-resolution images on the web so viewers can pan and zoom them in more detail.
Fill in the blank(s) with the appropriate word(s).