/* Ex: Global Scope */ int c; { /*Ex: Block Scope */ int a; { /*Ex: Sub-Scope */ int b; } }