Which of the following is correct about nil pointer in Go?
Go compiler assign a Nil value to a pointer variable in case you do not have exact address to be assigned.
Nil value assignment is done at the time of variable declaration.
A pointer that is assigned nil is called a nil pointer.
All of the above.
QuizBucket
© 2017 QuizBucket.org