Multiple Choice
Of the following expressions, ____ is the most commonly used. This is because such an expression allows each element in an array to be accessed as the address is "marched along" from the starting address of the array to the address of the last array element.
A) *ptNum--
B) *--ptNum
C) *ptNum++
D) *++ptNum
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Assuming grade is an array of ten
Q6: If nums is a two-dimensional integer array,
Q7: The parentheses in the pointer expression *(gPtr
Q8: If nums is a two-dimensional integer array,
Q9: The declaration char *seasons[4]; creates an array
Q11: Any subscript used by a programmer is
Q12: The expression _ adds 3 to "the
Q13: The header line _ declares calc to
Q14: When an array is passed to a
Q15: Attempting to assign the address of an