Posts

Code to check whether a number is prime or not

Add the digits of the number using C beginner level

Fibonnaci series using C upto n terms

C program to find the sum of natural numbers from 1 to some maximum number n

Find the combination of a given number using C (Beginner level)

Find the permutation of a given number using C (Beginner level)

Make a to-do list using HTML/CSS/JS beginner level

Make a simple yet beautiful div using only HTML/CSS

What is [ if __name__=="__main__"] in python ??