*Hi Kaushal,*

I agree with Mikk Margus that the official Go Tour is a great starting 
point. I also recommend you take a look at the official documentation (it 
is very complete).

You might also find William Kennedy's tour helpful: Pointers in Go 
<https://www.google.com/url?source=gmail&sa=E&q=https://tour.ardanlabs.com/tour/eng/pointers/1>
.

Best regards,

Fabio
On Sunday, 23 November 2025 at 19:12:08 UTC+1 Kaushal Shriyan wrote:

> Hi,
>
> I am learning Go and wanted to clarify something:
> Does Go support pointers like languages such as C or C++?
>
> If yes, what exactly can you do with pointers in Go?
> For example:
>   • Can you get the memory address of a variable?
>   • Can you modify a variable through its pointer?
>   • Does Go allow pointer arithmetic?
>   • How are pointers commonly used in real Go programs?
>
> I would appreciate a simple explanation or code examples to better 
> understand how pointers work in Go.
>
> Thanks in advance. 
>
> Best regards,
>
> Kaushal
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/18d57a2c-86c8-4c88-9305-e0b6da4f3edfn%40googlegroups.com.

Reply via email to