The statement ____ declares list to be an array of five integers.
A. int [5] list;
B. int list[5];
C. int list[];
D. int list[]={0,1,2,3,4,5};
Answer: B
You might also like to view...
In most programming languages, an error will occur if you use a subscript on a(n) __________ string variable.
Fill in the blank(s) with the appropriate word(s).
The current method executing is always the method whose activation record is ________.
a. at the bottom of the stack. b. at the top of the stack. c. never placed on the stack. d. second from the top of the stack, just below the previous method call.
Which of the following is a measure of image clarity?
A. pixel B. dpi C. pitch D. inch
A business can use a(n) ________ statement to create a line chart that shows income and expenses and the projected break-even point
A) break-even B) profit and loss C) estimated income D) summary