What is Function scope
Function scope: A label is the only part of identifier that has function scope. A label is declared implicitly by its use in a statement. Label names must be distinctive within a function thus a label having the similar name in two different functions is permitted.