#include<stdio.h> int main() { //following printf will ring a beep sound 3 times. printf("\a \a \a"); //Note: Here \a stands for Alert //Each \a will ring a one beep sound return 0; }
Output of Program:
You will listen a beep sound.
You will listen a beep sound.
You may also like to learn following programs:
|
No comments:
Post a Comment