C program to convert integer into hours, minutes and seconds.[Turbo c++]

Published: 25 January 2018
on channel: Programming Duniya
9,879
69

this is a simplest method to find hrs,min and sec from the given integers which is seconds in C programming language .


logic-----

sec=(sec-(3600*h)-(m*60))

min=(sec-(3600*h)/60)

hrs=(sec/3600)




contact-

Instagram - real1prince
gmail - [email protected]






If you liked my videos then please subscribe my channel.


Watch video C program to convert integer into hours, minutes and seconds.[Turbo c++] online without registration, duration hours minute second in high quality. This video was added by user Programming Duniya 25 January 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,879 once and liked it 69 people.