Practice Computer Science MCQs From Textbooks
Download Functions MCQ App | C Sharp PDF e-Book
C Sharp Entry Tests: Certification Test 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 Data Structure MCQ App. The "Functions MCQ" App to Free Download C Sharp Apps (iOS & Android) for programming certifications. Download App Store & Play Store Learning Apps with all functionalities for IT certifications.