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...
The ____________________ exception type occurs when attempting to divide a value by zero.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
How does the use of a Storage Area Network (SAN) differ from the use of a Network Attached Storage (NAS) device?
What will be an ideal response?
Computer Science & Information Technology