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
What is the purpose of & in scanf?
What is const keyword in c?
What is variable in c example?
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?
What does the && operator do in a program code?
What is the role of this pointer?
What are qualifiers in c?
What is function in c with example?
What is main () in c language?
hi any body pls give me company name interview conduct "c" language only
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are the general description for loop statement and available loop types in c?
When should a far pointer be used?
What does typedef struct mean?
ATM machine and railway reservation class/object diagram