Posts

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

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

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 find the result of a Number raised to another Number (Iterative 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)