Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Find Factorial of a given number #include<stdio.h> #include<conio.h> void mai…
Program in C to find the prime number up to given number. # include < stdio.h &…
C Program to check whether a number is Prime or Not #include < stdio . h > int …
Write a program in C to Convert Decimal to Binary number. # include < stdio.h > …