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
Is it fine to write void main () or main () in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How can a program be made to print the name of a source file where an error occurs?
How are structure passing and returning implemented?
What are file streams?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are run-time errors?
How can you determine the size of an allocated portion of memory?
What is the use of printf() and scanf() functions?
What is the ANSI C Standard?
Is sizeof a keyword in c?
Is it possible to pass an entire structure to functions?
Explain main function in c?
How do I determine whether a character is numeric, alphabetic, and so on?
What is I ++ in c programming?