Home
About us
Contact us
Disclaimer
Privacy Policy
Junior Computer Technician
Be Updated..
Home
JCT
Tutorials
Programs
Tips-Tricks
Sunday, July 31, 2016
Program in C to display first 10 even numbers using while loop
12:17 AM
C programming
,
First 10 odd numbers
,
Looping
,
While Loop
No comments
/* Program in C to display first 10 even numbers */
#include<stdio.h>
#include<conio.h>
void main()
{
int a=2,i=1;
while(i<=10)
{
printf(" %d ",a);
a=a+2;
i++;
}
getch();
}
Email This
BlogThis!
Share to Twitter
Share to Facebook
Share to Pinterest
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Program in C For Series 2,5,10,17 ...... upto nth term and sum too
/* Program in C For Series 2 5 10 17 ...... upto nth term and sum too */ #include<stdio.h> #include<conio.h> void main() { ...
Program in C for 5 25 125 625 series upto 10th term using Do while loop
/* 5 25 125 625 series upto 10th term */ #include<stdio.h> #include<conio.h> void main() { int a=5,i; i=1; do {...
Program in C to find sum, difference and product of 2 numbers using switch case statement
/* Program in C to find sum, difference and product of 2 numbers using switch case statement */ #include<stdio.h> #include<conio.h...
Program in C to calculate wage according to given condition
/* A man is paid at the hourly rate of Rs 250 per hour for the first 30 hrs worked in a week. There after the overtime is paid at 1.5 times...
Digital Certificate
A digital certificate is an electronic "passport" that allows a person, computer or organization to exchange information secur...
Program in C for 1 5 9 series upto 10th term
/* 1 5 9 series upto 10th term */ #include<stdio.h> #include<conio.h> void main() { int a=1,i; i=1; do { ...
Program in C to find the factorial of a given number
/* Program to find the factorial of a given number */ #include<stdio.h> #include<conio.h> void main() { int i, num, fact ...
Ms-Word and It's Advantages
For More Tips, Tweaks and Tricks Visit: http://bhssjct.blogspot.com and http://facebook.com/morganblobal Microsoft Word is a widel...
Program in C For Series 2 4 8 16...... upto nth term
/* Program in C For Series 2 4 8 16...... upto nth term */ #include<stdio.h> #include<conio.h> void main() { int a=2,i,num;...
Browser
A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web . ...
Download Musics & Videos
Youtube
Wapking
Skype
Twitter
Google
Facebook
About Me
All about Nepal
View my complete profile
Blog Archive
▼
2016
(14)
►
August
(5)
▼
July
(9)
Program in C for Traingle : Nested Loop
Program in C to find the factorial of a given number
Program in C to find sum, difference and product o...
Fibonacci Series using while loop in C Programming
Program in C to display first 10 even numbers usin...
Program in C to calculate wage according to given ...
Program in C For Series 2,5,10,17 ...... upto nth ...
Program in C For Series 2 4 8 16...... upto nth term
Fibonacci Series in C Programming
►
2014
(6)
►
February
(4)
►
January
(2)
►
2013
(41)
►
December
(28)
►
November
(1)
►
August
(1)
►
May
(2)
►
April
(9)
Labels
.Net. Visual Studio
1 4 9 16 upto 20th terms
1 5 9 upto 10th term
2 12 22 32
2 4 8 16 ... upto nth term
2 5 10 17.. upto nth term and sum too
2 Step verification
2013
32-bit
3GL
5 25 125 series
5GL
64-bit
Advantages of Ms- Excel
AI
Amazon
Artificial Intelligence
B2B
B2C
B2G
Batterylife
Bluetooth
Boot
bootable pendrive
Booting
Bounce
Bounce Email
Browser
C
C Data Types
C Language
C programmind
C programming
C Programming Functions
C variables
C vs. C++
C++
Cascading Style Sheet
Certificate
Charts in Excel
Chrome
CMYK
Cold Boot
Compiler
computer
computer errors
computer gender
Constants Used in C
Converting
Cplusplus
CPP
CSS
CSS1
CSS3
Data Recovery
Data Types
Data Types Used in C
DDR Ram
Difference
Different Types of Sensor
Digital
Digital Certificate
Do While Loop
download
dreamscene
Duotone
DVD
E-business
E-commerce
E-lectronic transaction
E-marketing
E-paying
Electroinc Commerce
Email
errors in pc
ES
Excel
Expert System
External Speaker
Factorial of given number
fast
Fibonacci Series
Fibonacci Series in C
Fibonacci Series in C Programming
Firefox
First 10 odd numbers
Format
formatting
free internet
FTP
Functions
Functions in C
GB
Gmail
Gmail Hacked
Gmail Verification
Grayscale
Hacked Gmail Account
Hacking
HardDrive
HD
HDD
HDTV
Heat
High Definition TV
How Sensor Works
Hybernate
Icare
ICT
IE
Image Modes
Intelligent Technology
Java
JCT
JCT Exam Routine
JCT Routine
JCT Second Batch
JCT(2070-2071)
job
Lab Color
Laptop
Looping
Memory Card
Microsoft Excel
Moisture
Motion
Ms-Excel
Nested Loop
Notice
ntc
Old Question Paper
Opera
Operating System
opportunitity
Opportunity after compeleting JCT
OS
Pascal
PC
PC Carrd
pc errors
Pendrive
performance
Photoshop
Photoshop Image Modes
Photoshop Tutorial
Picture Modes
PowerSaver Mode
Pressure
Prodcut
program
Program in QBasic
Programming Language
Programs
qb
Qb. QBASIC
QBASIC
QBasic Programs
Question Paper
Questions for JCT
Ram
RAM Capacity
RAM capacity of different OS
RAM types
RDRAM
Recover
Remove Shortcut Virus From PC
Return to Sender
RGB
Robot
Rules for naming variable in C
Safari
Screensaver
SDRAM
Sensor
Series
Series in C Programming
Sleep
software
solutions of pc errors
some pc errors
Sum
sum of digits
Switch Case
Tables in Excel
Television
tips
Tips&Tricks
Traingle
tutorials
TV
Types of Constants Used in C
Types of RAM
Types of User Defined Functions
User Defined Functions
Using While Loop
Variables
VB
VB 6
VB 6.0
Video
vio laptop
Visual Basic
Visual Studio 2010
W3C
wallpaper
Warm Boot
Web Browser
Web Server
Webpage
While Loop
WiFi
without cd
YouTube
Blog Archive
Blog Archive
August (5)
July (9)
February (4)
January (2)
December (28)
November (1)
August (1)
May (2)
April (9)
adsense
Blogroll
0 comments:
Post a Comment