Concept Flow - Pointer behavior in functions
Function called with pointer
Function receives pointer
Function modifies value via pointer
Return to caller
Caller sees updated value
When a function receives a pointer, it can change the original variable's value by accessing it through the pointer.