Home / Programming MCQs / C# MCQs / Question
R
Q. Which of the following jobs are NOT performed by Garbage Collector? 1.Freeing memory on the stack. 2.Avoiding memory leaks. 3.Freeing memory occupied by unreferenced objects. 4.Closing unclosed database collections. 5.Closing unclosed files.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following C# code?
We can attach _________ validation control to an input control
Which is/are the correct method(s) to input a float value in C#?
Which of the access specifier is used in interface in C#?
Private Button print = new button();
Which one of the following statements is correct?
The arrays involved in a jagged array_____________.
In C#, structures are used for ___ objects such as mobiles, cars, etc.
Discusssion
Login to discuss.