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.3.Return Function # Return Function used for function that needed a return value. Syntax 1: Return_type Function_name(paara 1, para 2,… ,para n); Example: float sum(float x,float y); int maximum(intx,inty,int z); Was this helpful? Yes No Suggest edit « Non Return FunctionFunction Definition » Suggest Edit Captcha : Submit