Advertisements
Advertisements
प्रश्न
Define the following with its construct:
Single Dimensional Array
थोडक्यात उत्तर
व्याख्या
उत्तर
- A one-dimensional array is a structure that is represented along the X-axis.
- A single-dimensional array is also called a single subscripted variable because each element of the array is represented by a common variable name along with a single subscript.
- Example: double n[] = new double[20];
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 3: Arrays (Single Dimensional and Double Dimensional) - EXERCISES [पृष्ठ २३९]