Multiple Choice
Which of the following statements is correct about the C#.NET code snippet given below?class Student s1, s2; // Here 'Student' is a user-definedclass. s1 = new Student() ;s2 = new Student() ;
A) Contents of s1 and s2 will be exactly same.
B) The two objects will get created on the stack.
C) Contents of the two objects created will be exactly same.
D) The two objects will always be created in adjacent memory locations.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following can be facilitated
Q5: The scope of a variable depends on
Q6: _ is a set of devices through
Q7: The controls available in the tool box
Q8: A class implements two interfaces each containing
Q10: Which of the following statements is correct
Q11: The reason that C# does not support
Q12: How many enumerators will exist if four
Q13: C# supports a technique known as_, which
Q14: Which namespace includes most of the Control