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 language is c written?
c program to compute AREA under integral
what is difference b/w extern & volatile variable??
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
When should volatile modifier be used?
What are reserved words with a programming language?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
what is develop in c language
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Why can't we initialise member variable of a strucutre
wat s the meaning of (int *)p +4;