Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Program in C to calculate the sum of nth natural numbers. # include < stdio.h >…
Program in C to find 1 to n numbers of factorial # include < stdio.h > …
Write a C program to sum the series 1 + (1+2) + (1+2+3) + (1+2+3+4) + (1+2+......+ N) …
program in c to print pattern sum # include < stdio.h > # include < conio.h &…
Write a program in C to displays all leap year between given year to any given year. # inclu…
Write a program in C to find odd numbers 1 to any number using continue statement. # include…
Write a program in C to find greatest prime number less than a given positive number. …
Program in C to print truth table using logical operators # include < stdio.h > …
Write a program in C to print 1 to 100 Celsius to Fahrenheit degrees. #include<stdio.h…
Write a program in C to print 1 to 100 Fahrenheit to Celsius degrees. #include<stdio.h&…
Write a program to print table 1 to nth number in C # include < stdio.h > # in…
Program in C to find the prime number up to given number. # include < stdio.h &…