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