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
Is c is a low level language?
Compare and contrast compilers from interpreters.
What is variables in c?
What are the uses of null pointers?
Who invented b language?
What are the main characteristics of c language describe the structure of ac program?
How can I sort more data than will fit in memory?
What is the process to create increment and decrement stamen in c?
What’s the special use of UNIONS?
why return type of main is not necessary in linux
What's the best way of making my program efficient?
Can include files be nested?
explain what is fifo?
In which header file is the null macro defined?
How to explain the final year project as a fresher please answer with sample project