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 min((a),(b)) ((a)<(b))?(a):(b)
main()
{
int i=0,a[20],*ptr;
ptr=a;
while(min(ptr++,&a[9])<&a[8]) i=i+1;
printf("i=%d\n",i);}

Answer Posted / bj

4

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should I prototype a function?

1253


what are the facialities provided by you after the selection of the student.

2337


Explain what is meant by 'bit masking'?

1270


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1139


hi, which software companys will take,if d candidate's % is jst 55%?

2139


What is difference between function overloading and operator overloading?

1141


What does int main () mean?

1078


What is the use of header?

1145


What is a pointer on a pointer in c programming language?

1191


What is a good data structure to use for storing lines of text?

1141


What is array of structure in c?

1254


explain how do you use macro?

1209


Tell us bitwise shift operators?

1149


What is getch () for?

1318


What are the types of i/o functions?

1423