Saturday, 28 April 2018

Program to Print first five odd number in c

/* program to print first five odd number */
# include <stdio.h>
void main ()
{
int a=1 ;
clrscr () ;
while ( a<=9)
{
printf ("/n %d", a) ;
a = a+2 ;
}
getch () ;
}

No comments:

Post a Comment

Featured post

Kalgudi Interview Round!!

Those who cleared the second round of kalgudi got an email from exceller to complete their Kalgudi Interview Round. So here we will discuss ...