McqMate
| Q. |
Which of the following statements is correct about the C#.NET code snippet given below?
|
| 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. |
| Answer» C. Contents of the two objects created will be exactly same. | |
View all MCQs in
C# ProgrammingNo comments yet