Understanding ref, out and params keyword in C#

I would start this.life and connect with the world by explaining three important C# keywords – ref, out and params also known as “Method parameter keywords”. These keywords are called method parameter keywords because they are used to change the behaviour of parameters passed into any method. C# Keyword -…