How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / raj
n&0x11111110
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
Explain how can a program be made to print the line number where an error occurs?
Tell us bitwise shift operators?
What is strcmp in c?
Where local variables are stored in c?
What is calloc malloc realloc in c?
What is a program flowchart and how does it help in writing a program?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Tell us two differences between new () and malloc ()?
What is array of structure in c?
Explain how can you determine the size of an allocated portion of memory?
Is it valid to address one element beyond the end of an array?
What are the different types of errors?
Where register variables are stored in c?
What is assert and when would I use it?
what is the function of pragma directive in c?