How do I use extern to share variables between source files?
I know that global variables in C sometimes have the extern
keyword. What is an extern
variable? What is the declaration like? What is its scope?
I know that global variables in C sometimes have the extern
keyword. What is an extern
variable? What is the declaration like? What is its scope?