Computer Science, asked by PramodAcharya, 7 months ago

WRITE A PROGRAM to input the time in milliseconds. Display the time after converting them into hours, minutes,seconds and milliseconds in assignment method PLS HELP ME IT IS URGENT

Answers

Answered by AkhileshCR7
0

Answer:

C programming, exercises, solution: Write a C program to convert a given integer (in ... #include <stdio.h> int main() { int sec, h, m, s; printf("Input seconds: ... value) and break the amount into smallest possible number of bank notes. ... int time; int hrs=0,min=0,sec=0; printf("enter the time"); scanf("%d",&time);.

Hope it helps you!

Please mark me brainliest!

Similar questions