You need to specify the executable file name using "-o" option. See the below example.
gcc recur.c -o recur.out
It will generate executable file recur.out and then you can run it by typing:
./recur.out