www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Variables and Data types
Thursday 09th September 2010
 
 
Where may variables be defined in C?

Discuss it!          



Outside a function definition (global scope, from the point of definition downward
in the source code). Inside a block before any statements other than variable declarations
(local scope with respect to the block).

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!