System.Console.Write("\n \n We just changed the value in function : "+ c);
public static void Main()
Console.Write("\n \n Hey,Please enter a value : ");
y=Convert.ToInt32(Console.ReadLine());
Console.Write("\n \n You just entered "+ y +" Okay... ");
Console.Write("\n \n Calling the function now");
Console.Write("\n\n After change here is updated value : " + y);