Leap Year Checker.

mccaugh at sunc1.cs.uiuc.edu mccaugh at sunc1.cs.uiuc.edu
Sat Sep 22 14:33:00 AEST 1990


 Ordinarily, a leap-year is a multiple of four, so thst -- given leap-year y --
 (y%4 == 0) ought to indicate if y designates a leap-year.



More information about the Comp.lang.c mailing list