Question

Which statement is false?
a) When we define a local variable in a block it can be referenced only in that block or in blocks in which that block is nested.
b) Labels are the only identifiers with function scope.
c) Labels can be used anywhere in the function in which they appear, but can not be referenced outside the function body.
d) Labels are used in switch statements and in goto statements.

Answer

This answer is hidden. It contains 3 characters.