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.

Suggest Edit