Saturday, 21 April 2018

Program To Print Counting from 1 to 100 in C

/*program to print counting*/
# include <stdio.h>
void main ()
{
int a = 1 ;
clrscr () ;
while ( a<=100)
{
printf ("/n %d", a) ;
a++ ;
}
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 ...