Answer Posted / Shilpi Tyagi
In Go, a pointer is represented using the `*` symbol. For example, if you have a variable named `myVar`, its corresponding pointer would be denoted as `*myVar`. Pointers allow for direct manipulation of memory and are useful when working with dynamically-sized data structures.
| 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