vendredi 2 septembre 2016

How to produce beep sound using "a" escape character?

If I write the following program, then there is no beep sound on running the code.

#include <stdio.h>
int main()
{ 
    printf("a");
    return 0;
 }

Can you tell me how to use a for producing beep sound using C program ?

Aucun commentaire:

Enregistrer un commentaire