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 [पृष्ठ २३९]