#include<constream.h> #include<dos.h> #include<stdio.h> void main() { int a=1,b; clrscr(); cout<<"\n"; for(a=1;a<=10000;a++) {gotoxy(10,10); cout<<"/"; delay(4); gotoxy(10,10); cout<<"1"; delay(4); gotoxy(10,10); cout<<"\\"; delay(4); } getch(); }
C Program For Star
January 04, 2015
By:
Bhanu Namikaze
Bhanu Namikaze
Bhanu Namikaze is an Ethical Hacker, Security Analyst, Blogger, Web Developer and a Mechanical Engineer. He Enjoys writing articles, Blogging, Debugging Errors and Capture the Flags. Enjoy Learning; There is Nothing Like Absolute Defeat - Try and try until you Succeed.
No comments:
Post a Comment