Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Go Language
764+ articles
Golang
169+ articles
Golang-Pointers
14 posts
Recent Articles
Popular Articles
How to Copy Struct Type Using Value and Pointer Reference in Golang?
Last Updated: 22 June 2020
A structure or struct in Golang is a user-defined data type that allows to combine data types of different kinds and act as a record. A struct variable in Golang can be co...
read more
Picked
Go Language
Golang-Pointers
Golang-Program
How to declare and access pointer variable in Golang?
Last Updated: 12 July 2025
Pointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. Pointers in Golang is also termed as the special...
read more
Picked
Go Language
Write From Home
Golang-Pointers
How to find the capacity of Channel, Pointer and Slice in Golang?
Last Updated: 12 July 2025
Go language, capacity defines the maximum number of elements that a particular can hold. Here the task is to find the capacity of Channel, Pointer, and Slice in Golang, we...
read more
Picked
Go Language
Golang-Pointers
Golang-Slices
Golang-Program
How to instantiate Struct Pointer Address Operator in Golang?
Last Updated: 12 July 2025
As pointers are the special variables that are used to store the memory address of another variable whereas, the struct is user-defined data type that consists of differen...
read more
Picked
Go Language
Write From Home
Golang-Pointers
Golang-Program
How to check pointer or interface is nil or not in Golang?
Last Updated: 12 July 2025
In Golang, nil check is frequently seen in GoLang code especially for error check. In most cases, nil check is straight forward, but in interface case, it's a bit differen...
read more
Picked
Go Language
Golang-Pointers
Golang-Interfaces
Golang-Program
Comparing Pointers in Golang
Last Updated: 12 July 2025
Pointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. Pointers in Golang are also termed as the specia...
read more
Go Language
Golang-Pointers
Golang
How to find the length of the pointer in Golang?
Last Updated: 12 July 2025
Pointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. Pointers in Golang are also termed as the specia...
read more
Go Language
Golang-Pointers
Golang
How to find the capacity of the pointer in Golang?
Last Updated: 12 July 2025
Pointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. Pointers in Golang are also termed as the specia...
read more
Go Language
Golang-Pointers
Golang
Pointer to a Struct in Golang
Last Updated: 12 July 2025
In Go, structs are used to create custom data types that group different fields together. When working with structs, using pointers can be especially beneficial for managi...
read more
Go Language
Golang-Pointers
Golang
Golang Pointer to an Array as Function Argument
Last Updated: 12 July 2025
Prerequisite: Pointers in GolangPointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. Whereas an array...
read more
Go Language
Golang-Pointers
Golang
Go Pointer to Pointer (Double Pointer)
Last Updated: 12 July 2025
Prerequisite: Pointers in GoPointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. A pointer is a speci...
read more
Go Language
Golang-Pointers
Golang
Returning Pointer from a Function in Go
Last Updated: 12 July 2025
Prerequisite: Pointers in Go and Passing Pointers to FunctionPointers in Go programming language or Golang is a variable which is used to store the memory address of anoth...
read more
Go Language
Golang-Pointers
Golang
Passing Pointers to a Function in Go
Last Updated: 12 July 2025
Prerequisite: Pointers in GoPointers in Go programming language or Golang is a variable which is used to store the memory address of another variable. You can also pass th...
read more
Go Language
Golang-Pointers
Golang
Pointers in Golang
Last Updated: 12 July 2025
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 ...
read more
Go Language
Golang-Pointers
Golang