Q78
The following C# codes are? 1. Myclass class; Myclass class2 = null; 2. int i; int j = 0;
A.
True for (1);False for (2)
B.
True for (2);False for (1)
C.
Both (1) and (2) are equivalents
AnswerD.
Both (1) and (2) are not equivalents
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board