Which of the following correctly declare an array that can hold up to 3 rows of 5 columns of doubles?
a. int array[3],[5];
b. int array[3][5];
c. float array[3][5];
d. float array[3,5];
c. float array[3][5];
Computer Science & Information Technology
You might also like to view...
You can use the Restore function to restore multiple previous versions of a file
Indicate whether the statement is true or false
Computer Science & Information Technology
When a workbook is marked as final, a yellow bar appears below the tabs with a(n) _____ button.?
A. ?Reverse Final B. ?Edit Anyway C. ?Review D. ?Update
Computer Science & Information Technology