Home / Programming MCQs / C# MCQs / Question
B
Q. Choose the correct type of variable scope for the following C# defined variables.
class ABC { static int m; int n; void fun (int x , ref int y, out int z, int[] a) { int j = 10; } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
In C#, all binary operators are ______.
The code public class B : A { }
What will be the output of the following C# code?
An instance class member is referred by using the format____________.
Which method have same name as that of its class?
When is the dataset connected to the database?
An ____ is a group of contiguous or related data items that share a common name.
Discusssion
Login to discuss.