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
Can main () be called recursively?
what is used instead of pointers in java than c?
What are data types in c language?
What is operator promotion?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Differentiate fundamental data types and derived data types in C.
Is return a keyword in c?
What is identifiers in c with examples?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the difference between NULL and NUL?
Explain how can I convert a number to a string?