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 / sudeshna

12

Is This Answer Correct ?    8 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of scanf() and printf() functions?

1178


Is this program statement valid? INT = 10.50;

1087


What is the difference between scanf and fscanf?

1202


What the advantages of using Unions?

1166


What are the key features in c programming language?

1008


Which is the best website to learn c programming?

1035


What is the use of pointers in C?

1028


With the help of using classes, write a program to add two numbers.

986


What does s c mean on snapchat?

1042


What is a 'null pointer assignment' error?

1164


Write a function that will take in a phone number and output all possible alphabetical combinations

1001


Between macros and functions,which is better to use and why?

2118


Can 'this' pointer by used in the constructor?

1047


What is an endless loop?

1234


What is array of pointers to string?

1003