Article ID: 118337
Article Last Modified on 10/24/2003
c compile options needed: See text above.
integer i,j
character*4 c /"0"/
i=0
j=1
print *, ' 1/0 =',j/i
read(c,'(I1)') i
print *, ' 1/0 =',j/i
end
c compile options needed: See text above.
real a,b
a=0
b=1
print *, ' 1.0/0.0 =',b/a
end
Additional query words: 1.00 1.00a
Keywords: kberrmsg kbbug kbfix kbcompiler KB118337