2.1.Variable #

You need to use various variables to store various information while writing program in any language.

Information that you want to store should be like character, wide character, integer, floating point, Boolean etc. Operating system allocates reserved memory decide on data type of variable.

Suggest Edit