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 24664Given 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
1476Post New Zoho C Interview Questions
What are parts of the ribbon?
What are linux kernel threads?
What is the difference between star and snowflake schemas?
Can journaling feature be used to perform safe hot backups?
How do I fake posts to usenet?
Does windows 10 have a kernel?
How many tables are there in WordPress by default?
What is domain extension?
What is the difference between a form and a report in access?
What type of flow measurement devices is best for slurries?
What happens when we instantiate a .NET component ?
How much one have to pay to TV channel and news papers to show their Ads? I know little bit about News Papers, could any one tell about TV channels with example?
can u give me the information about the questions asked by the bally in campus
Why is c called c not d or e?
What is HBase?