string is reference type,all primitive data types except general data type(string &object )
are value types.class, interface and delegates are reference type,in which the memory will store in heap memory.structures and enums are value type in which memory will store in stack memory