Categories

array

Iris Burke junio 2, 2016
No votes yet.
Please wait...

array is a method for storing information where data is arranged in a collection of elements, each identified by at least one array index or key. It is a special variable that can hold more than one value under a single name. It is possible to then access the values by referring to an array index or key.

Arrays are commonly used in programming to organize data so that a related set of variables can be easily sorted and searched. For example, search engines use arrays to store pages found in a search performed by the user. When displaying the results, the program outputs one element of the array at a time. This may be done for a specified number of values or until all the values stored in the array have been output. Therefore, storing the results in an array is a very efficient way to manage memory.

Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados