Functions App (iOS & Android) – C Sharp MCQ e-Book PDF
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 learn Functions Notes, C Sharp MCQ App, and Marine Pollution MCQ App. The "Functions MCQ" App Download – Free C Sharp App (iOS & Android) for programming certifications. Download App Store & Play Store Learning Apps with all functionalities for IT certifications.