____ 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...
________ is a technology that shows the result of applying and editing or formatting change as you point to possible results, before you actually apply it
A) Print Preview B) Live Preview C) Theme Preview D) Style Preview
Computer Science & Information Technology
Which jQuery method narrows the group of selected elements to the last element??
A. ?previous() B. ?next() C. ?first() D. ?last()
Computer Science & Information Technology