Why we use conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Function Pointer?
What are the rules for the identifier?
what is ram?
Which is the best website to learn c programming?
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 Answers Vector, Wipro, Zoho,
i have a written test in tomorrow
What is the difference between i++ and i+1 ?(in terms of memory)
What is a floating point in c?
wtite a program that will multiply two integers in recursion function
What are linker error?
What is 2c dna?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,