• admin@embedclogic.com

goto statement

goto statement transfers the control to the defined label and control will not return back after label execution it will go ahead and execute further statements.label must be inside the function.

Syntax

Flow Diagram:

Example