Concept Flow - Why pointers are needed
Declare variable
Get variable address
Store address in pointer
Use pointer to access/change variable
Reflect changes in original variable
This flow shows how pointers hold the address of a variable to access or change its value indirectly.