Join Examsbook
Answer : 4. "उपर्युक्त सभी में "
Array का उपयोग किया जाता है-
5Q:
Array का उपयोग किया जाता है-
- 1Value को Memory में Store करने के लिएfalse
- 2Value को Memory में Delete करने के लिएfalse
- 3Output के लिएfalse
- 4उपर्युक्त सभी मेंtrue
- Show AnswerHide Answer
- Workspace
Answer : 4. "उपर्युक्त सभी में "
Explanation :
An array is used to store values in memory. Arrays allow you to store multiple values of the same data type under a single variable name, making it easier to manage and manipulate data in programming. Arrays are commonly used in various programming languages for tasks such as storing collections of data, performing calculations on large sets of values, and iterating through elements to process them. Arrays are not used for deleting values in memory or for output; their primary purpose is to store and organize data.