Hard
What will be the output of the following program:
func main() {
fmt.Println("line 1")
defer fmt.Println("line 2")
defer fmt.Println("line 3")
fmt.Println("line 4")
}
Author: Communauté W3DStatus: PublishedQuestion passed 279 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!