C Program to Produce a Warning Sound


SOURCE CODE:
#include<stdio.h>
#include<conio.h>
main()
{
 clrscr();
 printf("%c",7);
 getch();
}
Previous
Next Post »

Still not found what you are looking for? Try again here.