Login
Remember
Register
Ask a Question
Which function of the reflect package is used to create a new value?
0
votes
asked
Jul 14, 2022
in
Go Semantics Supplemental
by
john ganales
Which function of the reflect package is used to create a new value?
a) ValueOf()
b) Create()
c) New()
d) Start()
semantics
function
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 14, 2022
by
john ganales
c) New()
...