If I write the following program, then there is no beep sound on running the code.
#include int main() { printf(\"\\a\"); return 0;
#include #include int main() { Beep(1000, 1000); /* you can use any number starting from 250, but make sure you use it both times return 0; }