Array (Italian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Array" in Italian language version.

refsWebsite
Global rank Italian rank
3,561st place
150th place
3,676th place
127th place
1st place
1st place
low place
low place

dipionline.it

modula2.org

  • (EN) Chapter 6 - Arrays, Types, and Constants, su modula2.org. URL consultato l'8 aprile 2011.
    «The names of the twelve variables are given by Automobiles[1], Automobiles[2], ... Automobiles[12]. The variable name is "Automobiles" and the array subscripts are the numbers 1 through 12. [i.e. in Modula-2, the index starts by one!]»

sapere.it

web.archive.org

  • (EN) Array Code Examples - PHP Array Functions - PHP code, su configure-all.com, Computer Programming Web programming Tips. URL consultato l'8 aprile 2011 (archiviato dall'url originale il 13 aprile 2011).
    «In most computer languages array index (counting) starts from 0, not from 1. Index of the first element of the array is 0, index of the second element of the array is 1, and so on. In array of names below you can see indexes and values.»