How do structures work?

So if I have a structure, and lets say I declare structure variables in a function outside of main; would I have access to those created structure variables for other functions or would I have to somehow return it to main? How would I return a structure?

Topic archived. No new replies allowed.