/
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
My FeedExploreDraftsBookmarksHackathons
Team BlogsNEW
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

double pointer

#double-pointer

Write An Article
7 Articles
HotNew
Abhijeet Kumar
knowledgekumar.hashnode.dev·Jan 30, 2023

Pointers C++

What are pointers? The pointer variable points to a data type of the same type(like int, char etc. ). The address of the variable we are working with is assigned to the pointer. In other words, a poin…

Pointers C++
pointersdouble pointer+3
1