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 fortran still used today?
What does stand for?
What is the size of structure in c?
How can I pad a string to a known length?
What is gets() function?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What functions are used in dynamic memory allocation in c?
Is it possible to pass an entire structure to functions?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain what is a program flowchart and explain how does it help in writing a program?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How can you check to see whether a symbol is defined?
What is a double c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?