Word: Array
Meaning: सरणी
Pronunciation: एरे
Short Description:
English: An array is a data structure that stores multiple values in a single variable, organized in a sequential manner.
Hindi: सरणी एक डाटा संरचना है जो एक ही चर में कई मानों को संग्रहीत करती है और उन्हें क्रमबद्ध तरीके से व्यवस्थित करती है।
Examples of ‘Array’ in Sentences:
# | English Sentence | Hindi Translation |
---|---|---|
1 | An array can store multiple values of the same type. | एक सरणी समान प्रकार के कई मानों को संग्रहीत कर सकती है। |
2 | Arrays help in organizing data efficiently. | सरणियाँ डेटा को कुशलता से व्यवस्थित करने में मदद करती हैं। |
3 | The first index of an array is usually 0. | किसी सरणी का पहला इंडेक्स आमतौर पर 0 होता है। |
4 | In programming, arrays are used to manage large datasets. | प्रोग्रामिंग में, सरणियों का उपयोग बड़े डेटा सेट को प्रबंधित करने के लिए किया जाता है। |
5 | A multidimensional array can hold data in table format. | एक बहुआयामी सरणी डेटा को टेबल प्रारूप में संग्रहीत कर सकती है। |
6 | Sorting an array improves data retrieval speed. | किसी सरणी को क्रमबद्ध करने से डेटा पुनर्प्राप्ति की गति बढ़ती है। |
7 | Arrays in JavaScript can store different data types. | जावास्क्रिप्ट में सरणियाँ विभिन्न प्रकार के डेटा संग्रहीत कर सकती हैं। |
8 | The array length determines the number of elements in it. | सरणी की लंबाई इसमें मौजूद तत्वों की संख्या को दर्शाती है। |
9 | Using an array reduces the need for multiple variables. | सरणी का उपयोग करने से कई चर रखने की आवश्यकता कम हो जाती है। |
10 | A dynamic array can grow or shrink in size as needed. | एक गतिशील सरणी आवश्यकता अनुसार आकार में बढ़ या घट सकती है। |
Short Story Using ‘Array’
Rohan was struggling to store student marks individually. Then he learned about arrays and used one to store all marks efficiently. His program became more structured and easier to manage!
0 - 0