____ is a correct statement.

A. int grades[5] = {98, 87, 92, 79, 85};
B. int grades[5] = 98, 87, 92, 79, 85;
C. int grades[5] = (98, 87, 92, 79, 85);
D. int grades[5] = [98, 87, 92, 79, 85];


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is used to perform offline servicing of WIM images?

A. WDS B. Package Manager C. Deployment Image Servicing and Management (DISM) D. Windows PE

Computer Science & Information Technology

What happens if you try to delete a package that's providing capabilities to another application?

A. A message appears indicating the delete operation failed due to dependency issues. B. The package and all related applications are deleted. C. Only the package is deleted. D. The dependent applications are deleted first and a message appears indicating that the package is now safe to delete.

Computer Science & Information Technology

A word or string of characters in Excel that represents a cell, a range of cells, a formula, or a constant value is called a ________

A) cell range B) defined name C) table array D) validation list

Computer Science & Information Technology

What happens when you deselect the Allow changes by more than one user at the same time option on the Editing tab of the Share Workbook dialog box

A. The workbook returns to unshared status. B. The workbook is nested. C. The workbook is password-protected D. The workbook is saved as a shared workbook.

Computer Science & Information Technology