____ uses the pointer and then increments it.

A. *ptNum--
B. *--ptNum
C. *ptNum++
D. *++ptNum


Answer: C

Computer Science & Information Technology

You might also like to view...

Storage is an area of the computer that temporarily holds data waiting to be processed, stored, or output.

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

Computer Science & Information Technology

Which line will delete the first two items in the food() array shown in Q. 24?

a. ``` food.splice("burger","chips"); ``` b. ``` food.splice(2); ``` c. ``` food.splice(2,0); ``` d. ``` ffood.splice(0, 2); ```

Computer Science & Information Technology

Interpret the results of the Scenario Summary and explain how it benefits the owners of Revolution Bikes

What will be an ideal response?

Computer Science & Information Technology

In JavaScript, a(n) ________ is a special character that does not have a corresponding code on the keyboard

Fill in the blank(s) with correct word

Computer Science & Information Technology