CSS
Google AdSense
HTML
JAVA Programming
Laravel
PHP
Programming
Tips & Tricks
Tutorials
Web Development
Website Designing
Friday, May 3, 2013
Printing 100-1 using Do-While Loop in c
#include<stdio.h>
void main() {
int i=100;
do {
printf("%d, ",i);
i--;
} while(i>=1);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Uzzwal Dhali
View my complete profile
Blog Archive
►
2018
(3)
►
October
(1)
►
September
(1)
►
August
(1)
►
2016
(1)
►
January
(1)
►
2015
(62)
►
June
(3)
►
May
(8)
►
March
(5)
►
February
(10)
►
January
(36)
►
2014
(107)
►
December
(17)
►
November
(7)
►
October
(3)
►
August
(21)
►
June
(6)
►
May
(11)
►
April
(21)
►
March
(11)
►
February
(1)
►
January
(9)
▼
2013
(64)
►
December
(19)
►
November
(1)
►
October
(2)
►
September
(3)
►
August
(1)
►
July
(1)
►
June
(1)
▼
May
(14)
C Program to print 1-100 using for loop
Refresh all of the drives of the HDD by a single c...
Printing 100-1 using Do-While Loop in c
Printing even numbers up to 50 using do-while loop
C Program to Print 1-100 Using Do-While Loop
Summation of 1 to n Numbers of Numbers
C program to add 1-10 altogether
C program to print 1 to 100 using while-loop
C program to get the area of a circle
Converting temperature from Degree Celsius to Fahr...
C++ Program to Print 1-100 Using for loop
C++ Program to Define a Grade Depending on Marks
Find Out the Grade Point Depending on the Marks
In 0-100 Define Even Numbers in C++
►
April
(6)
►
March
(7)
►
February
(5)
►
January
(4)
►
2012
(28)
►
December
(11)
►
October
(1)
►
September
(2)
►
August
(1)
►
July
(1)
►
June
(2)
►
April
(2)
►
March
(7)
►
January
(1)
►
2011
(27)
►
December
(6)
►
November
(4)
►
October
(6)
►
September
(4)
►
August
(7)
Labels
Algorithm
(1)
Assembly Language
(6)
Blogger Tutorials
(27)
C Plus Plus
(4)
C Programming
(40)
Computer Tips & Tricks
(9)
CSS
(13)
Fixings
(2)
General Knowledge
(5)
Google AdSense
(16)
HTML
(29)
Internet Tips & Tricks
(14)
JAVA Programming
(40)
JavaScript
(3)
Laravel
(3)
Linux
(2)
Mobile Tips & Tricks
(2)
Online Earning
(9)
Photoshop Tutorials
(3)
PHP
(4)
Power of Notepad
(3)
Programming
(44)
Responsive Menu
(1)
Solutions
(2)
Start Here
(7)
Tips & Tricks
(61)
Tutorials
(14)
Ubuntu
(2)
Web Development
(1)
Website Designing
(27)
Wordpress Tutorial
(3)
Popular Posts
Run your first assembly program in DOSBox
How to Delete Same File in Windows 7
Remove Password
Monitor Display Problems
How to Add Mouse Follow Clock to Your Website
How to Add a Love Calculator to Your Blog or Website
Something Strange in Notepad, Have a Fun :)
Lock a File or Folder With Password Using WinRAR Software
Lock folder without software
How to rename AM/PM of the start bar clock
Contact Me
Name
Email
*
Message
*
No comments:
Post a Comment