Understanding the code

Report a typo

What will be printed in this case?

var s = []int{12, 23}
var sn = s

s[0] = 10
sn[1] = 12

fmt.Println(sn)
Select one option from the list
___

Create a free account to access the full topic