Computer Science Degree Courses
C Sharp App's Tests
C Sharp e-Book's MCQs - Complete
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 Textbook, C Sharp MCQ App, and Electronic Circuit Design MCQ App. The "Functions" App to free download iOS & Android Apps includes complete analytics with interactive assessments. Download App Store & Play Store learning Apps & enjoy 100% functionality with subscriptions!