Besonderhede van voorbeeld: 2268106686178524046

Metadata

Author: WikiMatrix

Data

English[en]
Breaking it down: array + i is the memory location of the (i)th element of array, starting at i=0; *(array + i) takes that memory address and dereferences it to access the value.
Spanish[es]
Descomponiéndolo: array + i es la posición de memoria de la (i +1)-ésimo elemento de la matriz *(array + i) toma esa dirección de memoria y elimina referencias a acceder al valor.

History

Your action: