07-16-2002
670,
4
Join Date: Dec 2000
Last Activity: 9 July 2019, 2:02 AM EDT
Location: Phoenix, AZ
Posts: 670
Thanks Given: 0
Thanked 4 Times in 4 Posts
*a hint
try to compile your c program using -o option, with this option you wont get the a.out file.
Ex Compilation:
gcc -o test test.c
run:
./test