How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / manoj
#define TURN_OFF_BIT_LAST(x) ((x) & 1) ? ((x) &= ((~0) <<
1)):(x)=(x)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the 4 types of functions?
What are the types of pointers in c?
How can I call fortran?
Can we change the value of constant variable in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
formula to convert 2500mmh2o into m3/hr
What does stand for?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does the function toupper() do?
How do I get an accurate error status return from system on ms-dos?
How to declare a variable?
What is f'n in math?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How can I avoid the abort, retry, fail messages?
What is d scanf?