Vidyalelo
C# Programming · Q78

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 78

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
Answer
D.
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