2023-07-06 16:49:43 +08:00

261 B

array

Arrays are one of the first data types beginner programmers learn. An array is a collection of elements of the same type allocated in a contiguous memory block.

Further information