A suitable equivalent to the function header calc(int pt[2][3]) is ____.

A. calc(int *(*pt))
B. calc(int (*pt)[])
C. calc(int (*pt)[2])
D. calc(int (*pt)[3])


Answer: D

Computer Science & Information Technology

You might also like to view...

Like a ____, a report can be based on criteria that determine which data is included in the report.

A. query B. question C. sort D. parameter

Computer Science & Information Technology

When you open a template from the default location on your computer, Excel opens a(n) ________ of the template as a workbook

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ can help establish the mood of the site.

A. Tabs B. Fonts C. Divs D. HTML tags

Computer Science & Information Technology

Which of the following is NOT a property of a complete binary tree of height h?

a) all nodes at level h – 2 and above have two children each b) when a node at level h – 1 has children, all nodes to its left at the same level have two children each c) when a node at level h – 1 has one child, it is a left child d) all leaves are at level h

Computer Science & Information Technology