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
What is the difference between static and global variables?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
wat is the meaning of c?
write a program to print the all 4digits numbers & whose squares must me even numbers?
ASCII stands for
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What is clrscr in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the difference between array and linked list in c?