Value Type Variable
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkwxxRZ_UaGEmB0A6f6nn4FCy8PyCuDvxLjWa0N_4Gh95sUAzPLyCJx_akNFNds5gMU8IclTRMuRVu1jaR3bVFcOfMbwe2y44cOA_D8xuMrOMHRrk5ZLLnYjIhjSv7wmgfp1YNOUGOkvGk/w529-h326/valuetype.png)
Description : Value type variables can be assigned a value directly. They are derived from the class System.ValueType . The value types directly contain data. which stores numbers, alphabets, and floating point numbers, respectively. When you declare an int type, the system allocates memory to store the value. Example: Some examples are int, char, and float etc.