In the following code where I create a struct locally (within main) and then globally (outside main):
Car new = {.name="New Car"}; CarPtr newer = &a