Group: comp.lang.fortran · Group Profile · Search for Unavialable in comp.lang.fortran
Author: Les
Date: Oct 25, 2006 04:05
... problem with simple solution) Yes. Actually the initialized value is depend on your system. It's in general equal to 0. But be careful, all the element would be unavialable after you deallocate it. If you aim to write portable software, and/or write software to be used by others, and/or may in the future change your compiler then NEVER assume initialisation of variables by ...
|