loading

Arrays and Pointers in C

No licensing information is associated
Download

Homogeneous ® Each element same size – s bytes

An array of m data values is a sequence of m´s bytes

Indexing: 0th value at byte s´0, 1st value at byte s´1, …


Categories: