hi all,
i have a
compled c file ... with output file as a.out ( or any other name )
But this file is executed only on giving
# ./(filename)
how do i convert it into a executable so that it
executes only on giving the filename ( like in Windows as file.exe
)