why the variables are not initializing to zero in fortran 2003 when comapared with f90?
i have a variable in a funtion from a file. its initialized to 0. I want to use it another funtion then it shows a garbage value. even for global variables also. Is there any option I need to set for fortran 2003 compiler?