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
Which is better oop or procedural?
Explain what a Binary Search Tree is.
How do you redirect a standard stream?
WHAT IS HIGH LEVEL LANGUAGE?
wap in c to accept a number display the total count of digit
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
How to write a code for reverse of string without using string functions?
What are dangling pointers in c?
What is the difference between #include <header file> and #include “header file”?
Why n++ execute faster than n+1 ?