A pointer is:

A. a variable that stores a location
B. a variable that stores a variable name
C. a variable that stores an address
D. a variable that stores the value of another variable

C

Computer Science & Information Technology

You might also like to view...

Why might a recursive solution to a problem run slower than an iterative version that does the same thing?

What will be an ideal response?

Computer Science & Information Technology

The ____ type for a method can be any type, which includes numeric, character, and string, as well as other more specific types that exist in the programming language you are using.

A. return B. data C. case D. variable

Computer Science & Information Technology