external_variables

external variables

external variables have static storage duration and file scope.

static storage duration := This is the same as if it was declared with the static keyword. static

file scope := It is visible from the point of declaration to the end of the file.

how do you declare a variable without defining it?

rigourously speaking, what is defining a variable?

pros and cons of external variables

Tags

c

backlinks