Write a C program to compute the number of seconds in the month of January | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Write a C program to compute the number of seconds in the month of January

Show coding

13th Apr 2019, 7:53 AM
Josy Skymax
Josy Skymax - avatar
2 Respuestas
+ 3
int seconds = days_in_month * 24 * 60 * 60
13th Apr 2019, 8:07 AM
Maneren
Maneren - avatar
0
thank you...
13th Apr 2019, 8:15 AM
Josy Skymax
Josy Skymax - avatar