print 1 to 100 (c programming).

#include<stdio.h>
void main ()
{
    int i;
    for(i=1;i<=100;i++)
    printf("%d",i);
}

Comments

Popular posts from this blog

uses of struct wordregs(ax,bx,cx,dx)(c programming in Turbo c++.

Uses of header file