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 25022Given 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 rvm?
why you want 2 join bpo ,after completing hotel managment?
How to calculate cable rating for 3 phase supply?
What do you mean by fill factor concept with respect to indexes?
What are the important background jobs for workflow?
how to creat 2 test plan in 2 different environment exp:tour and travel
How to set on/off a group of indicators in a single statement?
Difference between document.ready and window.onload? : jQuery Mobile
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is Row Key?
If you have three offers on what basis you will select the offer?
dear sir/madam, I had applied for the post of officer trainee so plz if u have any papers both technical or aptitude plz inform me on sonalichavan01@gmail.com
How does a cookie work in Servlets?
What is mean by merge sort?
How a routine is called in datastage job?