Gauttam Jangir

Subtitle

Blog

RTU MCA III Sem

Open Source Operating System Notes

view:  full / summary

Program in C for Guitar

Posted by Gauttam on November 24, 2011 at 11:25 PM Comments comments (1)

#include<stdio.h>

#include<dos.h>

#include<conio.h>

void main()

    {

    char x;

    x=getch();

    while(x!='X')

        {

        sound(x);

        delay(10);

        x=getch();

        }

    }


Rss_feed