Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
C Language
1.3K+ articles
cpp-pointer
96+ articles
C-Pointers
65+ articles
Pointers
33+ articles
pointer
20+ articles
C-Pointer Basics
10+ articles
C-Advanced Pointer
4+ articles
Advanced Pointer
4+ articles
cpp-double-pointer
5 posts
Recent Articles
Popular Articles
Difference Between *& and **& in C++
Last Updated: 23 July 2025
In C++, the*(pointer to reference) and**(pointer to pointer reference)symbols are used in the context of pointers and references for manipulating memory addresses and deal...
read more
C++ Programs
C++
Picked
cpp-references
cpp-pointer
C++-References
cpp-double-pointer
CPP Examples
misc-cpp
How many levels of pointers can we have in C/C++
Last Updated: 15 July 2025
Prerequisite: Pointer in C and C++, Double Pointer (Pointer to Pointer) in CA pointer is used to point to a memory location of a variable. A pointer stores the address of ...
read more
C++
Picked
pointer
cpp-pointer
C-Pointers
Pointers
C-Advanced Pointer
C-Pointer Basics
cpp-double-pointer
What is a Pointer to a Null pointer
Last Updated: 12 July 2025
NULL pointer in C At the very high level, we can think of NULL as a null pointer which is used in C for various purposes. Some of the most common use cases for NULL areTo ...
read more
C Language
pointer
cpp-pointer
C-Pointers
Pointers
C-Advanced Pointer
Advanced Pointer
C-Pointer Basics
cpp-double-pointer
Delete multiple occurrences of key in Linked list using double pointer
Last Updated: 11 July 2025
Given a singly linked list, delete all occurrences of a given key in it. For example, consider the following list.Input: 2 - 2 - 4 - 3 - 2 Key to delete = 2Output: ...
read more
DSA
cpp-pointer
cpp-double-pointer
How to write C functions that modify head pointer of a Linked List?
Last Updated: 23 July 2025
Consider simple representation (without any dummy node) of Linked List. Functions that operate on such Linked lists can be divided into two categories:1) Functions that do...
read more
Linked List
DSA
cpp-pointer
cpp-double-pointer
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !