Monday, June 20, 2016

Value Type

The data types which store the data directly into their memory locations.

Memory is allocated at compile time. Memory allocation is made with in the stack i.e in contiguous Memory locations.


Ex:
          Decimal, int, byte, enum, double, long, float.

No comments:

Post a Comment