adsense

Hii, welcome to my site. My name is Om prakash kartik. This blog helps you to learn programming languages concepts.
Showing posts with the label For loopShow all
program in c to calculate the sum of nth natural numbers.
program in c to find 1 to n numbers of factorial
 1 + (1+2) + (1+2+3) + (1+2+3+4) + (1+2+......+ N)   for a given integer N.
program in c to print pattern sum
Write a program in C to displays all leap year between given year to any given year.
Write a program in C to find odd numbers 1 to any number.   Using continue statement.
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
Write a program in C to print 1 to 100 Celsius  to Fahrenheit degrees.
Write a program in C to print 1 to 100 Fahrenheit to Celsius degrees.
program in c to print table 1 to nth number
Program in C to find the prime number up to given number.