Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Is it fine to write void main () or main () in c?

1077


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2064


How can a program be made to print the name of a source file where an error occurs?

1267


How are structure passing and returning implemented?

1092


What are file streams?

1068


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1158


What are run-time errors?

1179


How can you determine the size of an allocated portion of memory?

1361


What is the use of printf() and scanf() functions?

1193


What is the ANSI C Standard?

1330


Is sizeof a keyword in c?

1016


Is it possible to pass an entire structure to functions?

1053


Explain main function in c?

1138


How do I determine whether a character is numeric, alphabetic, and so on?

1186


What is I ++ in c programming?

1170