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

value = 0xabcd;
for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) {
foo();
if (loop & 1)
value >>= 1;
}

how many times is foo() executed?

Answer Posted / guest

5 times

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of & in scanf?

1120


What is const keyword in c?

1218


What is variable in c example?

1131


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

1213


What does the && operator do in a program code?

1279


What is the role of this pointer?

1126


What are qualifiers in c?

1087


What is function in c with example?

1229


What is main () in c language?

1185


hi any body pls give me company name interview conduct "c" language only

2323


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15888


What are the general description for loop statement and available loop types in c?

1166


When should a far pointer be used?

1184


What does typedef struct mean?

1163


ATM machine and railway reservation class/object diagram

5307