You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
C Program To Identify the Missing Number in an Integer Array of Size N-1 with Numbers[1,N].c Initial commit 5 years ago
C Program takes Byte as Input and returns all the Bits between given Positions.c Initial commit 5 years ago
C Program that uses Function to return MSB position of unsigned Integer.c Initial commit 5 years ago
C Program to Check if All the Bits of a given Integer is One(1).c Initial commit 5 years ago
C Program to Check if a given Bit Position is set to One or not.c Initial commit 5 years ago
C Program to Check if a given Integer is Power of 2 using Bitwise Operators.c Initial commit 5 years ago
C Program to Check if nth Bit in a 32-bit Integer is Set or not.c Initial commit 5 years ago
C Program to Check whether the given Integer has an Alternate Pattern.c Initial commit 5 years ago
C Program to Check whether the given Number is Palindrome or not using Bitwise Operator.c Initial commit 5 years ago
C Program to Count Number of bits set to 0 in an Integer.c Initial commit 5 years ago
C Program to Count the Number of Bits needed to be Flipped to Integer X to Generate Integer Y.c Initial commit 5 years ago
C Program to Count the Number of Bits set to One using Bitwise Operations.c Initial commit 5 years ago
C Program to Count the Number of Trailing Zeroes in Integer.c Initial commit 5 years ago
C Program to Find the Position of String of 1-bits in a Number for a given Length.c Initial commit 5 years ago
C Program to Perform Binary Addition of Strings and Print it.c Initial commit 5 years ago
C Program to Print the Range of Fundamental Data Types.c Initial commit 5 years ago
C Program to Replace Bits in Integer from Specified Positions from Another Integer.c Initial commit 5 years ago
C Program to Replace Bits in Integer x from Bit Position a to b from another Integer y.c Initial commit 5 years ago
C Program to Reverse all the Bits of an 32-bit Integer using Bitwise.c Initial commit 5 years ago
C Program to Swap the ith and jth Bits for a 32-Bit Integer.c Initial commit 5 years ago
C Program to Swap two Integers without using Temporary Variables and Bitwise Operations.c Initial commit 5 years ago
C Program to Swap two Numbers using Bitwise Operators.c Initial commit 5 years ago
C Program to Use Bitwise Operations to Count the Number of Leading Zero’s in a Number x.c Initial commit 5 years ago
C Program to find Next higher Value of N with same 1’s.c Initial commit 5 years ago
C Program to find the Highest Bit Set for any given Integer.c Initial commit 5 years ago
C Program to round Floor of integer to next Lower Power of 2.c Initial commit 5 years ago
C Program to use Bitwise Operations to Round(floor of) an Integer to next Lower Multiple of 2.c Initial commit 5 years ago