C Sharp MCQs – Certification Test 295
MCQ 295: Select an output for the following code
static void Main(string[] args)
{
int a = 5;
fun1 (ref a);
Console.WriteLine(a);
Console.ReadLine();
}
static void fun1(ref int a)
{
a = a * a;
} :
The App: Functions MCQ App to Study Functions Notes, C Sharp MCQ App, and Data Structure MCQ App to maximize C# online education.
The "Functions MCQ" App: Free C Sharp App Download (iOS & Android) for C# knowledge enhancement. Download App Store & Play Store Learning Apps with all functionalities to gain C# programming mastery.