Revision history of "Int and floats"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:54, 4 October 2018Heth (talk | contribs). . (577 bytes) (+577). . (Created page with "=C programming= Be careful when mixing floats and ints. Consider this code. <source lang=c> #include <stdio.h> int main( void ) { float f1; float f2;...")