I am experimenting with Beep function on Windows:
#include ... Beep(frequency, duration);
The computer then beeps with some f
this site shows two ways:
char beep[] = {7, ”}; printf(“%c”, beep);
and
Beep(587,500);