#include main() { int i; clrscr(); for (i=1;i<=10;i++ ) { printf("The line No is %d",i); } getch(); }