Concept Flow - Pointer declaration
Declare variable
Declare pointer variable
Assign address of variable to pointer
Use pointer to access value
Modify value via pointer
End
This flow shows how to declare a variable, then declare a pointer to it, assign the address, and use the pointer to read or change the value.