C-17-Q026mediumsingle_mcq
In the leap-year program, the divisor that is checked first is:
In the leap-year program, the divisor that is checked first is:
- a4
- b100
- c400
- d1000
ব্যাখ্যা
In the program's logic, divisibility by 400 is tested first because it identifies the special century leap years before the divisible-by-4-but-not-100 check is applied.