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
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
all c language question
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
what is compiler
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is merge sort in c?
how to impliment 2 or more stacks in a single dimensional array ?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can I manipulate individual bits?
What do you mean by c?
Hi can anyone tell what is a start up code?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?