Changes between Version 41 and Version 42 of ResumedC


Ignore:
Timestamp:
Sep 9, 2009, 12:32:49 PM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v41 v42  
    407407// This is also valid, scanf is only run if i < max
    408408i < max && scanf("%d", &x) == 1;
     409
     410return ( a>b ? a : b );
    409411}}}
    410412