Which of the following function declarations can be passed the following array? char myArray[6][8];

a. void f1(char a[][], int sizeOfFirst);
b. void f1(char a[][8], int sizeOfFirst);
c. void f1(char& a, int sizeOfFirst);
d. void f1(char a[6][8], int sizeOfFirst);
e. B and D
f. A and D


e. B and D

Computer Science & Information Technology

You might also like to view...

A Label control’s __________ property allows a label to change size to fit the text in its text property.

a. Autosize b. Size c. TextAlign d. Grow

Computer Science & Information Technology

If two tables do not have a common field, Access will join the two tables by combining the records, regardless of whether they have a matching field. This is called the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

John has subscribed to a cloud-based service to synchronize data between his smartphone, tablet, and PC. Before allowing the data to be synchronized, this service uses a process in which the cloud service and the client on the smartphone will verify the security of all devices’ security certificates.   What type of security does the cloud-base service employ?

A. Mutual authentication B. VPN C. IMAP D. Tethering

Computer Science & Information Technology

Which of the following best describes a skin?

A. The way the video is packaged for delivery via the web B. The playback controller C. The graphic element that determines the type and design of the playback controls D. The storyboard of the video

Computer Science & Information Technology