How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / asdf
#define TURN_OFF_BIT_LAST(x) ((~0) << 1) & x)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain about the functions strcat() and strcmp()?
What is the difference between #include
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is register variable in c language?
What is the function of multilevel pointer in c?
How pointer is different from array?
What does a function declared as pascal do differently?
How can I read a binary data file properly?
What is the use of ?
Give the rules for variable declaration?
Tell me what is the purpose of 'register' keyword in c language?
Why do we need volatile in c?
List some of the static data structures in C?
What is pragma c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?