Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented
Input: 11:30 Output: 13:10
Input: 18:25 Output: 21:58


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the difference between normal variables and pointer variables..............

15 Answers   HP, Infosys, Satyam, Vivekanand Education Society,


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Can one function call another?

0 Answers  


What is else if ladder?

0 Answers  






List some of the dynamic data structures in C?

0 Answers  


What is substring in c?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


What are the features of the c language?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


why we are using semicolon at the end of printh statment

2 Answers   HCL,


How do you do dynamic memory allocation in C applications?

0 Answers  


Categories