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...

#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā€);
#endif

Answer Posted / shaik anif

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

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a void pointer point to a function?

990


How many bytes is a struct in c?

1131


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1287


how could explain about job profile

1893


Does c have class?

1074


What are the scope of static variables?

1143


For what purpose null pointer used?

1039


Explain what are its uses in c programming?

1038


What is the difference between call by value and call by reference in c?

1139


Explain how do you list files in a directory?

1041


What is linear search?

1109


What is difference between && and & in c?

1071


What is a c token and types of c tokens?

1034


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2066


What are the different types of C instructions?

1272