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 24875Given 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
1532Post New Zoho C Interview Questions
What is form control in bootstrap?
what do know about commands?
1) what do you mean by " expressly admissible expenses" ? 2) how do you gross up the value in the following cases-- (a) net interest received on bank deposites. (b) net amount received on winning from lottery.
Is windows 10 still available free?
what is the principle used in electromagnetic spectrum?and why there is a necessary of having an electron with unpaired spins?and how the uncertainity principle is used to determine the frequency of an spectral lines ?
Do you know what is linen fiber?
How to apply filtering criteria at group level with the having clause in ms sql server?
Is asp a scripting language?
Why gas containers are mostly in a cylindrical shape?
What is an escape character in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What is array c#?
List the key components of angular 2?
Show the use of sockets for the server and client side of a conversation?
What are the 3 types of structures?