Causes the console speaker to beep
#include <nwconio.h> void RingTheBell (void);
This function does not return a value.
This function can be repeated several times in a row, to increase the duration of the beep.
#include <stdio.h>
#include <nwconio.h>
main()
{
printf("\nError\n");
RingTheBell();
}