The ____ operator is used with a pointer to access the data referenced by the pointer.

A. address (&)
B. assignment (=)
C. indirection (*) 
D. pointer (^)
E. selection (>)

Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) Creating a window menu is mostly done through programming in the form load event. 2) The ShortcutKeys property is used to set which key combination can be used instead of clicking on a menu item. 3) For a selection, the user must type the desired date. 4) Only one date can be selected at a time in the MonthCalendar control.

Computer Science & Information Technology

The file within a Visual Basic application that can be run outside of the IDE has a(n) ____ file extension.

A. .sln B. .vb C. .exe D. .src

Computer Science & Information Technology