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...

Rewrite exercise 15 to call the function with a random number between 0 and 10 inclusive. (Hint: The randint function in the random library returns a random number between its two arguments inclusive.)

What will be an ideal response?

Computer Science & Information Technology

Hard disks are very fast and can locate search results in indexed and nonindexed locations very quickly.??

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the hashing implementation of a dictionary, the data field of each node in a chain contains an Entry object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Stereophonic sound uses two or more independent audio channels to transmit sound.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology