Given the declaration float stock[5][3];
a. There would be storage space allocated for 5 rows of 3 columns.
b. There would be storage space allocated for 3 rows of 5 columns.
c. There would be no storage space allocated until data was stored in the array.
d. There would be storage space allocated for 5 data items of type float.
e. This would be an invalid declaration.
a. There would be storage space allocated for 5 rows of 3 columns.
Computer Science & Information Technology
You might also like to view...
A(n) ________ consists of one or more webpages, all located in the same place
Fill in the blank(s) with correct word
Computer Science & Information Technology
Wavy red and green lines that appear below segments of text indicate:
A) a style change from previous text. B) the start of a new paragraph. C) flagged errors. D) presence of formatting marks.
Computer Science & Information Technology