Scope Versus Lifetime
Scope : Space :: Lifetime : Time
Comparing Scope and Lifetime:
Scope = Lifetime
Local variables in blocks
Scope < Lifetime
Static variables in function
Scope > Lifetime
Explicitly allocated variables