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 2.6.Defining Constants # Constant used for stored any values like variable, but constant can not change any values while the process executed. There are two simple ways in C++ to define constants such: Define Constant Memory Constant Was this helpful? Yes No Suggest edit « Variable Declaration in C++Operator » Suggest Edit Captcha : Submit