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
Can you write the function prototype, definition and mention the other requirements.
i got 75% in all semester am i eligible for your company
What do you mean by recursion in c?
What is the default value of local and global variables in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Write a program to reverse a given number in c language?
Why is it that not all header files are declared in every C program?
Define C in your own Language.
write a program to find out prime number using sieve case?
how can f be used for both float and double arguments in printf? Are not they different types?
Can we use visual studio for c?
Explain Basic concepts of C language?
What are the types of data types and explain?
Is there a way to compare two structure variables?
What is the process of writing the null pointer?