Join Examsbook
632 0

Q:

Array का उपयोग किया जाता है-

  • 1
    Value को Memory में Store करने के लिए
  • 2
    Value को Memory में Delete करने के लिए
  • 3
    Output के लिए
  • 4
    उपर्युक्त सभी में
  • 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.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully