Go - Arrays
An array a collection of similar data elements that are stored at contiguous memory locations.
For example - We can have a collection of integers that represent roll number of student in a class
1234
For example - we have collection of strings t...
shounakkhulape.hashnode.dev4 min read