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
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are the types of type qualifiers in c?
What is 'bus error'?
Differentiate between static and dynamic modeling.
What is c variable?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the function of this pointer?
Why are algorithms important in c program?
Are enumerations really portable?
What is a example of a variable?
What is the use of ?
What are the advantages and disadvantages of a heap?
Explain continue keyword in c
Are pointers integers in c?
What extern c means?