When a pointer points to a variable or object, it means that the pointer:

A. contains the name of that variable or object
B. contains the location of that variable or object
C. contains the address of that variable or object
D. contains the same data as that variable or object


C

Computer Science & Information Technology

You might also like to view...

Outlook allows for ____ priority levels.

A. one B. two C. three D. four

Computer Science & Information Technology

If a potential spelling error is detected, it is underlined with a green line

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ is a collection of elements (people, hardware, software, and data) and procedures that interact to generate information needed by the users in an organization.

A. operating system B. information system C. device D. utility program

Computer Science & Information Technology

Given the code below, write the C++ do while statement to print the numbers 1 to 10 out one per line on the screen.  Use the count variable as your counter variable. ? int count = 1;

What will be an ideal response?

Computer Science & Information Technology