01Where are Value Types typically stored in memory?
02What happens when you assign one Reference Type variable to another (e.g., student2 = student1)?
03Which keyword is used to create a type-safe template that works with any data type?
04What is 'Boxing' in C#?
05Which interface is the foundation for LINQ and supports lazy evaluation?