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 24833Given 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
1521Post New Zoho C Interview Questions
Explain me what cross-validation technique would you use on a time series dataset?
What is private procedure oracle?
how to find out the name of the users who are currently working starting with the same characters in unix os
What is an Alexa Rank in SEO?
Why abstraction is important?
How do you justify the significance of virtual hosting?
What is route model binding in laravel?
Which one is beneficial big Ad once or smaller Ads many times?
I am asked to create Usability testing methodology document, basically listing the Procedures & methodology to/for: a. Entry criteria Exit criteria for usability test b. Deliverables d. Methods of doing Reviews and inspection e. Methods of Reporting f. at which testing phase usability testing is done in v model Is there any sample document/template available on Internet? Any help will be greatly appreciated.
How to pass data into components with @input in angular 2?
What is the difference between an abstract class and an interface?
Explain how can we inherit a static member?
Difference between primary key and clustered index?
How to create setup file in visual studio 2017 for wpf application?
Can we change already existing lookup relationship between 2 objects to master detail relationship? : salesforce objects & fields