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.1.Declaration function # Function must be declaring before using, that location of declaration should be above of main function. There are two types of functions such: return function non-return function Was this helpful? Yes No Suggest edit « FunctionNon Return Function » Suggest Edit Captcha : Submit