Seconds in a year

Created on May 22, 2024 by Julien Palard

Write a C program displaying the number of seconds in 365 days.

As an example, the number of seconds in a day can be printed using the following code:

printf("%d\n", 60 * 60 * 24);
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
  • Ctrl-Enter: Send your code to the correction bot.
  • Escape: Get back to the instructions tab.
(Ctrl-Enter)