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
Describe the header file and its usage in c programming?
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............
what is the hardware model of CFG( context free grammar)
Explain main function in c?
What is #define in c?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
What are global variables and how do you declare them?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
what is the stackpointer
Are the variables argc and argv are always local to main?
What is string constants?
What is action and transformation in spark?