Which one of the following statements correctly declares a reference variable named values that can be used to reference an array of int?

a. int values[];
b. values[int];
c. int[] values;
d. int [values];


c. int[] values;

Computer Science & Information Technology

You might also like to view...

The statement shared_ptr p(new int); involves

A) a single allocation of a dynamic block of memory. B) two allocations of two different dynamic blocks of memory. C) three allocations of three different dynamic blocks of memory. D) no allocations of dynamic memory. E) None of the above

Computer Science & Information Technology

Layers must be locked to preview the effects of the mask on the ____.

A. Timeline B. Baseline C. Base D. Stage

Computer Science & Information Technology

____________________ is a process that converts a continuous signal to a discrete signal that is also called a sampling process.

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

Computer Science & Information Technology

Which of the following is a Flash video format?

A. .ogv B. .vp8 C. .f4v D. .mov

Computer Science & Information Technology