Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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);
}

Answer Posted / ramkumar

1 2 3 4 5 6 7 8 9 10 11 12

Is This Answer Correct ?    2 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between malloc() and calloc() in c?

1104


Why is C language being considered a middle level language?

1216


What is scope of variable in c?

1099


What is the code in while loop that returns the output of given code?

2076


Explain what is the benefit of using #define to declare a constant?

1279


Is boolean a datatype in c?

1135


What is function definition in c?

1120


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2372


How do shell structures work?

1174


Explain how can I convert a string to a number?

1148


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1139


to find the closest pair

2375


What are the advantages of using new operator as compared to the function malloc ()?

1412


Why do we use int main?

1147


Explain how do you generate random numbers in c?

1136