Function labels Label (computer science)
function labels consist of identifier, followed colon. each such label points statement in function , identifier must unique within function. other functions may use same name label. label identifiers occupy own namespace - 1 can have variables , functions same name label.
here error label. statement goto can used jump labeled statement in code. after goto, program execution continues statement after label.
Comments
Post a Comment