Introduction - If you have any usage issues, please Google them yourself
Value types are stored in the memory stack (later referred to as the stack), and the reference type variable is stored in the stack only the address of a reference type variable, which itself is stored in the heap.