How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / dorian
#define TURN_OFF_BIT_LAST(x) ((x >> 1) << 1)
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Why string is used in c?
What is a program flowchart?
How can I manipulate individual bits?
explain what are actual arguments?
How can a number be converted to a string?
What is the size of structure pointer in c?
Explain function?
In C programming, what command or code can be used to determine if a number of odd or even?
When should you use a type cast?
what is the function of pragma directive in c?
write a c program for swapping two strings using pointer
Can main () be called recursively?
What is string in c language?
Can you tell me how to check whether a linked list is circular?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA