answersLogoWhite

0

Scope is generally defined as variable or functions life... Generally the life is between the opening braces and close braces "{ }" ... If thee variable is defined as "static" and if is defined outside a function then its scope is in same file. if defined as global then its scope is across the files.

User Avatar

Wiki User

12y ago

What else can I help you with?