A
ash4640
How do I write hese programs in c Iam a beginner learning c.
1.
write a program to read 2 inetegers with the following signficance th
first integer value represents a time of day on a 24hour clock, so tha
1245 represents quater to one mid-day for eg. The second intege
represents a time duration in a similar way, so that 345 represent
three hours & 45 minutes. This duration is to be added to the firs
time, and the result printed out in the same notation, in this cas
1630 which is the time 3hours and 45 minutes after 1245.
Typical output might be start time is 1415. Duration is 50 End time i
1505.
2.
write a function that takes 2 numbers in decimal format. The secon
number has to be lesser than 32. Right shift & left shift the firs
number by the second number and display the input & output (righ
shifted and left shifted) in binary format.
3.
Implement a file copy utility with silent and verbose mode.
Ash
-
ash464
1.
write a program to read 2 inetegers with the following signficance th
first integer value represents a time of day on a 24hour clock, so tha
1245 represents quater to one mid-day for eg. The second intege
represents a time duration in a similar way, so that 345 represent
three hours & 45 minutes. This duration is to be added to the firs
time, and the result printed out in the same notation, in this cas
1630 which is the time 3hours and 45 minutes after 1245.
Typical output might be start time is 1415. Duration is 50 End time i
1505.
2.
write a function that takes 2 numbers in decimal format. The secon
number has to be lesser than 32. Right shift & left shift the firs
number by the second number and display the input & output (righ
shifted and left shifted) in binary format.
3.
Implement a file copy utility with silent and verbose mode.
Ash
-
ash464