• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
May 11, 2022 |10.7K Views
Pointers In Go Programming Language
  Share   Like
Description
Discussion

Pointers in Go programming language or Golang is a variable that is used to store the memory address of another variable. Pointers in Golang is also termed as the special variables. The variables are used to store some data at a particular memory address in the system. The memory address is always found in hexadecimal format(starting with 0x like 0xFFAAF etc.).

Pointers In Go Programming Language:https://www.geeksforgeeks.org/pointers-in-golang/