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

20

Is This Answer Correct ?    0 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many data structures are there in c?

1173


Are enumerations really portable?

1079


Can you write a programmer for FACTORIAL using recursion?

1101


What is difference between Structure and Unions?

1313


When is a void pointer used?

1316


What are structural members?

1068


What is structure and union in c?

1209


Explain what is meant by 'bit masking'?

1270


What are the features of the c language?

1142


What are the rules for the identifier?

1221


What are directives in c?

1025


What are extern variables in c?

1044


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1305


Are the expressions * ptr ++ and ++ * ptr same?

1210


What library is sizeof in c?

1143