Q&A
Ask and answer questions to make information more available to wider audiences.
Lillian Jekyll @jekylllillian   05, Jun 2023 12:00 AM
pointers in Go
What are pointers in Go?
answers 2
 
Answer 1
Samantha Jeanes @jeanessamantha   12, Jun 2023 05:49 PM
* operator which is also called a dereferencing operator used to access the value in the address 
& operator which is also called as address operator this is utilized to return the address of the variable

 
Answer 2
Grace Jeanes @jeanesgrace   12, Jun 2023 05:22 PM
Pointers are variables that hold the address of any variable. Pointers in Golang are likewise called special variables. There are two operators in pointers