Where is a variable declared in a module allocated? is it same as a C's global?

for example:

module foo;
int myvar;

Reply via email to