Home » Blog » What is scope of a variable? How are variables scoped in C?

What is scope of a variable? How are variables scoped in C?

Scope of a variable is the part of the program where the variable may directly be accessible. In C, all identifiers are lexically (or statically) scoped.

Leave a Reply

Your email address will not be published.