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

Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ________ chart should be used to show comparisons between categories

A) pie B) area C) column D) x-y scatter

Computer Science & Information Technology

Text that displays in the body of the Web page whenever the mouse pointer is moved over the hyperlink is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology