struct type addressBook has a component people which is an array of elements of struct type person. person has a component phoneNumbers which is an array. What is the correct reference for the second phone number of the second person in myFriends (type addressBook)?

a) myFriends.person[1].phoneNumber[1]
b) myFriends.person.phoneNumber[1]
c) addressBook.people[1].phoneNumber[1]
d) myFriends.people[1].phoneNumber[1]


d) myFriends.people[1].phoneNumber[1]

Computer Science & Information Technology

You might also like to view...

GIF files are most often used for drawn graphics

Indicate whether the statement is true or false

Computer Science & Information Technology

The SQL ________ keyword is used to sort the records by a certain field in either ascending or descending order

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case PPT 4-1Simon wants to send his presentation via e-mail to some co-workers.Simon has the presentation he wants to e-mail open.  He now wants to e-mail it to a co-worker.  Simon will click the File tab, click ____, click Send using E-mail and then click Send as Attachment.

A. Save B. Attachment C. Save & Attach D. Save & Send

Computer Science & Information Technology

To select a line, double-click in the blank space to the left of the line.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology