Which of the following declares a pointer variable to an integer?

A. int& p;
B. int% p;
C. int* p;
D. int^ p;


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following lets you change the width, height, rotation, or skew of an object?

a. Free Transform Tool b. Rotation Tool c. Edit Tool d. Transformation Tool

Computer Science & Information Technology

boolean values can be displayed as the words true and false with the ________ format specifier.

a. %bool. b. %b. c. %true. d. %boolean.

Computer Science & Information Technology

In a tree, the root item has no parent item.

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

Computer Science & Information Technology

________ players refer to applications that allow you to listen to music and play videos.

A. File B. Vector C. Media D. Virtual

Computer Science & Information Technology