(GO) Golang Online Test Practice Test
(GO) Golang Online Test FREE GoLang Syntax and Simplicity Questions and Answers
Which of the following are valid ways to declare and initialize a variable in Go?
Select your answer
A
var x int = 10
B
x := 10
C
int x = 10
D
var x = "hello"
Need a hint?