Concept Flow - Pointer declaration
Start
Declare variable
Declare pointer with *
Pointer stores address of variable
Use pointer to access variable
End
This flow shows how a pointer is declared to store the address of a variable and then used to access that variable.