What will happen here?
var i int var a int = [3]int{1, 2, 3}[i] fmt.Println(a)
Create a free account to access the full topic