Evriel3605 Evriel3605 28-02-2024 Computers and Technology contestada What is the output of the following code? private static void updateage (ref int age) age; public static void main(string[] args) int age = 14; updateage(ref age); Console.WriteLine(age);