Posts

C Program to find the result of a Number raised to another Number in Modulo (10 ^ 9) + 7 (For Large Integers) (iterative approach)

C Program to print the Factorial of a Large Number in Modulo (10 ^ 9) + 7 (iterative approach)

C Program to find the result of a Number raised to another Number (Recursive Approach) (For Small Numbers)

C Program to check whether a Number is Even or Odd using Bitwise Operations (Without if - else statements)

C Program to print all the Prime Numbers between 1 and a Specific Number (Sieve of Eratosthenes)

C Program to print the number of Trailing Zeroes in the Factorial of a Number

C Program to calculate GCD (HCF) through Recursion (Euclid GCD)

C Program to find GCD (HCF) and LCM by 2 - 2 possible ways