#include <stdio.h>
void main()
{
printf("\a");
printf("Startled by the sudden sound, Sally shouted, \n\"By the Great Pumpkin, what was that!\"");
}
#include <stdio.h>
void main()
{
printf("\a");
printf("Startled by the sudden sound, Sally shouted, \n\"By the Great Pumpkin, what was that!\"");
}