/* printf escape sequence demonstration program */ #include #include void main() { printf("Here is the \\a character: \a"); getch(); }