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
What are the 3 types of structures?
how to find anagram without using string functions using only loops in c programming
Why C language is a procedural language?
How can I recover the file name given an open stream?
What is string concatenation in c?
Can I initialize unions?
What is the purpose of macro in C language?
What is the significance of c program algorithms?
Can a pointer be static?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why header file is used in c?
Explain what header files do I need in order to define the standard library functions I use?
What is a stream?
What is indirection? How many levels of pointers can you have?
Can you subtract pointers from each other? Why would you?