1.

Which of the following is correct about slice in Go?

A. Go Slice is an abstraction over Go Array.
B. It provides many utility functions required on Array and is widely used in Go programming
C. To define a slice, you can declare it as an array without specifying size or use make function to create the one.
D. All of the above.
Answer» E.


Discussion

No Comment Found