Wednesday, November 26, 2014

Sound

 

Sound

#include<stdio.h>
main()
{
    int i;
    for(i=0;i<99;i++)
    printf("\a",i);
}

No comments:

Post a Comment