IntroductionVariable Data-Type and OperatorVariableData TypeIdentifier nameVariable Definition in C++Variable Declaration in C++Defining ConstantsOperatorArithmetic OperatorsRelational OperatorsLogical OperatorsControl StatementThe if StatementThe if – else statementThe else if statementNested if-elseThe switch statementLoopWhile loopDo while loopFor loopNested LoopBreak, Continue And Go to labelFunctionDeclaration functionNon Return FunctionReturn FunctionFunction DefinitionArrayDeclaration ArrayOne Dimensional ArrayTwo Dimensional ArrayClass and Object 5.2.Non Return Function # Non Return Function used for function that no need to get a value back while calling this function. Syntax 1: Non Return_type Function_name (para 1, para 2,… ,para n); Example: void printText(); void printLine(int n); Was this helpful? Yes No Suggest edit « Declaration functionReturn Function » Suggest Edit Captcha : Submit