Integer overflow: Difference between revisions

Content added Content deleted
m (→‎{{header|PL/M}}: bold note as for some other languages that ignore overflow...)
m (→‎{{header|FreeBASIC}}: added a </lang> for match the <lang c> [??])
Line 852: Line 852:
=={{header|FreeBASIC}}==
=={{header|FreeBASIC}}==
For the 64-bit integer type a FreeBASIC program does <b>not</b> recognize a signed integer overflow and the program <b>continues with wrong results</b>.
For the 64-bit integer type a FreeBASIC program does <b>not</b> recognize a signed integer overflow and the program <b>continues with wrong results</b>.
<lang c>#include <stdio.h>
<lang c>#include <stdio.h></lang>


<lang freebasic>' FB 1.05.0 Win64
<lang freebasic>' FB 1.05.0 Win64