> print the even numbers c program ~ Online tutorial

print the even numbers c program


PRINT THE EVEN NUMBER



#include<studio.h>
#include<conio.h>
void main()
{
int i;
clrscr();
i=1;
for(i=1;i<=100;i+=2)
{
printf("\n%d",i);
}
getch();
}

OUTPUT


2,4,6,8,..............,100.

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: