Hacktoberfest2022 - Contribute given programs in any language you want, without using inbuilt functions, every valid PR will be accepted!!!
- Program to check whether the given number is positive or negative.
- Reverse an input number using recursion.
- Program to find greatest of three number.
- Program to print Fibonacci series in a given range.
- Program to find factorial of a given number.
- Find Prime numbers in a given range
- Program to check if given number is Armstrong or not
- Program to check if given number is palindrome or not
- Program to find out the ASCII value of a character
- Program to find the size of int, float, double and char
- Program to find sum of first n natural numbers
- Program to find GCD of two numbers
- Program to find LCM of two numbers
- Program to check whether number is prime or not
- Program to count number of digits in an integer
- Program to calculate the power of a number