How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / mohit jain
#define TURN_OFF_BIT_LAST(x) ((x) & ~1)
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is a structural principle?
What are the preprocessor categories?
What is difference between far and near pointers?
What is malloc() function?
Is c is a low level language?
how to find anagram without using string functions using only loops in c programming
Define recursion in c.
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is header file definition?
Why header file is used in c?
What does c value mean?
What is function pointer c?
What is memcpy() function?
How do you search data in a data file using random access method?
What is the use of ?: Operator?