Answer Posted / Shivam Kumar
In Go, a pointer is represented as a memory address. To declare a pointer variable, you prepend an asterisk (*) to the variable name. For example, var p *int declares a pointer to an integer.
| 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