Working with arrays
This lesson explains arrays, multidimensional arrays and how to print them in GO
We'll cover the following
Arrays
The type [n]T
is an array of n
values of type T
.
The expression:
Get hands-on with 1400+ tech skills courses.