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