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...

?Word Art is a program that must be imported from outside Word.

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

Computer Science & Information Technology

In the sequential search algorithm, the worst case occurs when the value being searched for is the first value in the list. _________________________

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

Computer Science & Information Technology

In addition to basic phone capabilities, list several features of today's smartphones.

What will be an ideal response?

Computer Science & Information Technology

You are unable to show an Android smartphone display on a TV. What should you check to fix the issue?

A. multi-window B. air view C. air browse D. screen mirroring

Computer Science & Information Technology