Value types in C# are stored in a Stack. For example, int, byte, double.

Reference types in C# are stored on a heap. For example, string, interface.

BY Best Interview Question ON 13 Feb 2019