(GO) Golang Online Test Practice Test
(GO) Golang Online Test FREE GoLang Memory Management Questions and Answers
What does garbage collection do in Go?
Select your answer
A
Manually frees allocated memory.
B
Automatically reclaims memory that is no longer in use.
C
Prevents memory leaks by stopping cyclic references.
D
Requires explicit invocation by the programmer.
Need a hint?