MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a C-program to print sum of natural numbers using for loop?

  1. Home
  2. C Language Programs

Write a C-program to print sum of natural numbers using for loop?

Write a C-program to print sum of natural numbers using for loop


#include <stdio.h>
int main() {
    int x,n,sum=0;
    printf("Enter n value ");
    scanf("%d",&n);
    for(x=1;x<=n;x++)
    {
        sum=sum+x;
    }
    printf("%d sum is %d",n ,sum);
  
    return 0;
}

Output:

Enter n value 5

5 sum is 15

Enter n value 10
10 sum is 55




More Programs


48 . Write a C-program to print sum of natural numbers using for loop
49 . Write a C-program to print sum of even numbers using for loop
50 . Write a C-program to print sum of odd numbers using for loop
51 . Write a C-program to print sum of even or odd numbers based on the n value using for loop
52 . Write a C-program to print sum of even or odd numbers based on the n value using single loop
53 . Write a C-program to display table using for loop
54 . Write a C-program to print a to z
55 . Write a C-program to print ASCII values of a to z
56 . Write a C-program to print ASCII values of A to Z
57 . Write a C-program to print ASCII values of Numbers
58 . Write a C-program to print 1 to 10 values using while loop



Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice Programs

Write a Java program to convert Celsius to Fahrenheit.

Write a Java program to print the ascii value of a given character

Write a Java program to convert a decimal number to binary numbers

Write a Java program to print the odd numbers from 1 to 20

Write a Java program to compare two numbers

Python Practice Programs

Write a python program to print properties and methods

Write a Python Program to Make a Simple Calculator with 4 basic mathematical operations.

Write a python program to print reserved keywords

Python Program to Replace all Occurrences of ‘a’ with $ in a String

Write a Python Program to calculate your Body Mass Index.

Java Quiz

Java Quiz - 3

Java Quiz - 13

Java Quiz - 18

Java Quiz - 23

Java Quiz - 1

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs