What will be the output of the following code snippet?
x := "Golang"
y := "12"
fmt.Printf("Do you know that %s is more than %s years old", x, y)What will be the output of the following code snippet?
x := "Golang"
y := "12"
fmt.Printf("Do you know that %s is more than %s years old", x, y)Create a free account to access the full topic