ExamGecko
Question list
Search
Search

Question 337 - FC0-U61 discussion

Report
Export

Which of the following is best used to store many integers in one container?

A.
Array
Answers
A.
Array
B.
Function
Answers
B.
Function
C.
Variable
Answers
C.
Variable
D.
Constant
Answers
D.
Constant
Suggested answer: A

Explanation:

An array is the best choice for storing many integers in one container. An array is a data structure that can hold a fixed number of elements, which are all of the same data type. It is especially useful for storing a collection of data items at contiguous memory locations, allowing easy access to the elements using an index. Arrays are fundamental in programming for organizing data, allowing for efficient storage and quick access.

asked 02/10/2024
Dilara Unsal
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first