InterviewSolution
Saved Bookmarks
| 1. |
What is slice? |
|
Answer» Go ARRAY allows programmers to DEFINE factors that can HOLD information of a similar kind yet not give any strategy for building SIZE or for getting a sub-exhibit. Slice takes care of this limitation. It provides utility functions NEEDED on Array and is a part of Go programming. |
|