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 benefit of using const for declaring constants?

0 Answers  


What is the meaning of c in c language?

0 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  


What is break statement?

0 Answers  


Are pointers integer?

0 Answers  






what is pointer ?

10 Answers   Kernex Micro Systems,


How can I convert a number to a string?

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


What is a nested formula?

0 Answers  


Categories