How we can print type of a variable in go programming?
Answer Posted / Kumud Kumar Sharma
To print the type of a variable in Go, you can use the built-in `reflect` package. Specifically, the `TypeOf()` function from the reflect package can be used to get the Type of a value.
| 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