Given that p1 is a pointer, p1++

a. always causes a run time error
b. advances p1 by one unit of the type of variable to which p1 points
c. adds 1 to whatever p1 is pointing to
d. adds one element to the array that p1 is pointing to

b. advances p1 by one unit of the type of variable to which p1 points

Computer Science & Information Technology

You might also like to view...

Which of the following views is not used with forms or reports?

A) Form B) SQL C) Layout D) Design

Computer Science & Information Technology

Classes enable programmers to model objects that have ___________ (represented as data members) and behaviors (represented as )_______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology