This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author : Rohit Singh | |
Purpose: To implement all exercise of let us c book. | |
*/ | |
/* | |
######################################### Let us C Chapter 1 Solution ######################################### | |
_______________________________________________________________________________________________________________ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author : Rohit Singh | |
Purpose: TO implement all bit manipulation. | |
/* | |
/* | |
########################################## BIT MANIPULATION ########################################## | |
______________________________________________________________________________________________________ | |
Bit wise operators are : - |