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

its not 5 its will be 7 !!!!!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2082


Mention four important string handling functions in c languages .

1054


What are types of preprocessor in c?

1019


what is the format specifier for printing a pointer value?

974


What is volatile variable how do you declare it?

1029


Can the size of an array be declared at runtime?

1029


How do I get an accurate error status return from system on ms-dos?

1077


what is the difference between 123 and 0123 in c?

1159


while initialization of array why we use a[][2] why not a[2][]...?

2307


What is strcmp in c?

1020


Do string constants represent numerical values?

1326


How can you convert integers to binary or hexadecimal?

983


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

1359


What is the process to create increment and decrement stamen in c?

996


What is const volatile variable in c?

986