Buzzer

Posted on at


#include<stdio.h>

int main()

{int buzz;

for(buzz=1;buzz<100;buzz++)

{printf("buzz me\n");

}

printf("\n");

printf("I buzz you back thanks ALL");

getch();

}


TAGS:


About the author

160