Jump to content

Undefined values: Difference between revisions

Line 72:
</pre>
 
=={{header|C sharp|C#}}==
<lang C>
#include<stdlib.h>
Line 98:
i is undefined.
</lang>
 
=={{header|C sharp|C#}}==
In C# it's important to see the difference between reference and value types. For reference types (class instances) there is <code>null</code> as a general undefined reference.
503

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.