Coding Level 1
Modulo % Example to show Modulus operator: Refer Extract Last Digit(s) of a Number Digit separation Reverse a number Decimal to binary Using Bitwise Refer Binary to Decimal Using bitwise Array Reverse an Array Array Rotation Method 1 : Using Mod (%) Consider it as circular array and use the property of mod Note: Point … Read more