Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What can I safely assume about the initial values of variables which are not explicitly initialized?
What can I safely assume about the initial values of variables which are not explicitly initialized?
✍: Guest
It depends on complier which may assign any garbage value to a variable if it is not initialized.
2012-03-07, 2924👍, 0💬
Popular Posts:
An application needs to load a library before it starts to run, how to code? One option is to use a ...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...