I have a piece of code that uses stdin. When I run the program from command-line I pass it the location of a wav file i.e. /Users/username/Desktop/music.wav. The code is written only ...
I have the below code,
fflush(stdin); print("Enter y/n"); scanf("%c",&a);