C in 100 Seconds: Double Pointers — Pointer to Pointer | Episode 29
0views
002:38
T
Taught by Celeste AI - AI Coding Coach
View on YouTubeDescription
A double pointer holds the address of another pointer. Dereference once to get the pointer, twice to get the value. Pass a pointer by reference so a function can allocate memory and the caller sees the result.
Student code: https://github.com/GoCelesteAI/c-in-100-seconds/tree/main/episode29
#c #programming #100seconds #learnc #doublepointer #pointertopointer #malloc #tutorial
Tags
100 secondsc double pointerc tutorial 2026int star starlearn cpointer to pointer c
Back to tutorialsOpen in YouTube
Duration
2:38
Published
April 10, 2026
Added to Codegiz
April 10, 2026
Categories
cdouble-pointerpointer-to-pointer100seconds