Multiple Choice
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])
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: When initializing pointers you must be careful
Q21: Pointers _ be initialized when they are
Q22: Access to an array using a subscript
Q23: You can replace lines 5 and 6
Q24: The following code is valid in C:<br>char
Q26: When working with pointers, the _ tells
Q27: After creating two variables as follows:<br>Char message1[81]
Q28: One advantage of using subscripts for array
Q29: Offsets may be included in expressions using
Q30: The address stored in the array name