main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 25010Given 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
1573Post New Zoho C Interview Questions
What is beforeRender() used?
What is native api in java?
What is the difference between microsoft access and sql server?
How would you turn off cookies on a page of a website?
How you can use datetime field as a criteria in soql query ?
What are the disadvantages of manual testing?
To which environments does quicktest professional (qtp) supports?
What are the tools used for testing web services?
what is the chiller and working principal
What are window functions in sql server?
What is flush c++?
What are dashboards?
What is the difference between context parameter and context attribute?
Tell us about your Achivements and weaknesses?
How do I check if the DOM is ready?