The ________ and ________ operators can respectively be used to increment and decrement a pointer variable.

A) dereferencing, indirection
B) modulus, division
C) ++, --
D) All of the above
E) None of the above

C) ++, --

Computer Science & Information Technology

You might also like to view...

An IDS is considered by most system administrators to be a(n) ________ security system

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following statements draws an arc that sweeps from the top of an oval to the leftmost edge?

a. g.drawArc(200, 100, 100, 50, 90, 90); b. g.drawArc(100, 200, 50, 100, 90, 180); c. g.drawArc(100, 200, 50, 100, 180, 90); d. g.drawArc(200, 100, 100, 50, 180, 90);

Computer Science & Information Technology