Examveda

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

D. Both (1) and (2) are not equivalents

Answer: Option C


Join The Discussion

Related Questions on Basic Syntax and Data Types in C Sharp