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 10 to 1 values using do while loop?

  1. Home
  2. C Language Programs

Write a C-program to print 10 to 1 values using do while loop?

Write a C-program to print 10 to 1 values using do while loop


#include <stdio.h>

int main() {
    int x=10;
    do
    {
        printf("%d\n",x);
        x--;
    }while(x>=1);
    return 0;
}

Output:

10
9
8
7
6
5
4
3
2
1




More Programs


78 . Write a C-program to print 10 to 1 values using do while loop
79 . Write a C-program to print 1 to n values using do while loop
80 . Write a C-program to print even numbers using do while loop
81 . Write a C-program to print even number or odd number based on the n value using do while loop
82 . Write a C-program to print even number or odd number based on the n value using single do while loop
83 . Write a C-program to count the number of divisible numbers in a given range(1-100) using do while loop
84 . Write a C-program to print factorial number using do while loop
85 . Write a C-program to print factorial of n numbers using do while loop
86 . Write a C-program to print sum of natural numbers using do while loop
87 . Write a C-program to print sum of even numbers using do while loop
88 . Write a C-program to print sum of odd numbers using do 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 compute the sum of the first 100 prime numbers

Write a java Program to print odd and even numbers from an array

Write a java Program to print palindrome number upto N numbers

Write a java Program to print N prime numbers and find sum and average

Write a Java program to count the letters, spaces, numbers and other characters of an input string

Python Practice Programs

Write a python program to print lowercase names

Write a python program to display list of numbers and we want to return all the numbers from the list that are divisible by 2 and remove duplicates at the same time.

Write a python program to print properties and methods

Write a Python Program to Find Factorial of Number Using Recursion.

Write a Python Program for cube sum of first n natural numbers?

Java Quiz

Java Quiz - 3

Java Quiz - 6

Java Quiz - 17

Java Quiz - 22

Java Quiz - 16

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