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.4.Variable Definition in C++ # A variable definition tells the compiler where and how much storage to create for the variable. A variable definition specifies a data type, and contains a list of one or more variables of that type as follows. Was this helpful? Yes No Suggest edit « Identifier nameVariable Declaration in C++ » Suggest Edit Captcha : Submit