Which function header line is used for the function named PassThis ?

```int Table[4][3]={3, 2, 8, 6, 7, 4, 1, 5, 8, 0, 9, 1};```

A. void PassThis(int[ ][3])
B. void PassThis(int tbl[4][3])
C. void PassThis(int tbl[4][ ])
D. void PassThis(int tbl[ ][3])

D

Computer Science & Information Technology

You might also like to view...

A(n) ________ symbol in a PivotTable report indicates that a group can be collapsed

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the Actions panel, you write code known as a(n) ____________________ that tells Flash what event to listen for and then what to do once it hears the event.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology