How many ways we can pass parameters to a function in go programming?
Answer Posted / Prateek Kumar Chahal
There are two ways to pass parameters to functions in Go: by value and by pointer. By value means the original variable is copied, while by pointer allows the function to modify the original variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category