Google News
logo
Golang - Quiz(MCQ)
Which of the following options are correct about maps in Go?
A)
delete() function is used to delete an entry from the map.
B)
delete() function requires map and corresponding key which is to be deleted.
C)
Both (A) and (B)
D)
None of the Above

Correct Answer :   Both (A) and (B)

Advertisement