Jump to content

Integer overflow: Difference between revisions

m
→‎{{header|FreeBASIC}}: added a </lang> for match the <lang c> [??]
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:
=={{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>.
<lang c>#include <stdio.h></lang>
 
<lang freebasic>' FB 1.05.0 Win64
7,806

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.