Answers for "how to declare global variable in c"

5

how to declare global variable in c

You just need to declare a variable out of the function main in order to make it global.
Posted by: Guest on March-21-2022

Code answers related to "how to declare global variable in c"

Browse Popular Code Answers by Language