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 24654Given 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
1473Post New Zoho C Interview Questions
Explain the main purpose of google analytics?
What is the difference between length and length () in java?
What is functional programming and memory issues in on the performance basis?
What are private assemblies and shared assemblies?
Can you have top of page and end of page ? How ?
What is apple's version of powerpoint?
What roles do Replicas and the ISR play?
What are the components of datastage?
What do you understand by the term 'normalization'? Explain the various modes of normalization?
What happens to asp pages?
Do you know the number of keywords in python?
How do you implement postback with a text box?
what are Important Points contracts in Laravel ?
What are system modifiable fields. Whether these fields can be modified? : salesforce objects & fields
Define caching.