Table of ContentC if statementC if-else statementC using If statement efficientlyC if-else-if statementC compound if statementC single statement after ifC comparison operators in expressionC goto statementC conditional operator rulesC switch case statementC switch case rulesC If Statement Expression SolvingC switch case invalid waysC if-else mistakeC Decision Making Home C goto statement Pritesh2013-11-17T11:18:06+05:30 Previous Page Next Page Goto Statement goto label; ------- ------- label : Whenever goto keyword encountered then it causes the program to continue on the line , so long as it is in the scope . Types of Goto : Forward Backward Note : Previous Page Next Page