Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.4k+ articles
C++
4.2k+ articles
C Language
1.9k+ articles
Linked List
1.1k+ articles
cpp-pointer
93 articles
C-Pointers
74 articles
Pointers
44 articles
pointer
20 articles
C-Pointer Basics
16 articles
C-Advanced Pointer
13 articles
cpp-double-pointer
5 posts
Popular Articles
Recent Articles
Difference Between *& and **& in C++
Last Updated: 28 May 2024
In C++, the*(pointer to reference) and**(pointer to pointer reference)symbols are used in the context of pointers and references for manipul
...read more
cpp-references
cpp-pointer
C++
C++-References
C++ Programs
cpp-double-pointer
Picked
CPP Examples
misc-cpp
How many levels of pointers can we have in C/C++
Last Updated: 18 January 2022
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
...read more
pointer
cpp-pointer
C Language
C++
C-Pointers
Pointers
C-Advanced Pointer
C-Pointer Basics
cpp-double-pointer
Picked
What is a Pointer to a Null pointer
Last Updated: 16 June 2022
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 c
...read more
pointer
cpp-pointer
C Language
C-Pointers
Pointers
C-Advanced Pointer
Advanced Pointer
C-Pointer Basics
cpp-double-pointer
Similar Topics
DSA
22.4k+ articles
C++
4.2k+ articles
C Language
1.9k+ articles
Linked List
1.1k+ articles
cpp-pointer
93+ articles
C-Pointers
74+ articles
Pointers
44+ articles
pointer
20+ articles
C-Pointer Basics
16+ articles
C-Advanced Pointer
13+ articles
Delete multiple occurrences of key in Linked list using double pointer
Last Updated: 10 January 2024
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
...read more
Linked List
cpp-pointer
cpp-double-pointer
DSA
How to write C functions that modify head pointer of a Linked List?
Last Updated: 10 January 2023
Consider simple representation (without any dummy node) of Linked List. Functions that operate on such Linked lists can be divided into two
...read more
Linked List
cpp-pointer
cpp-double-pointer
DSA
1
1
1
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 !