[PLUG] A query

Pritesh Thakur preetul_comptrix at yahoo.com
Tue Dec 18 12:04:10 IST 2007


hi...
It stands for assembler output. Its a default executable file generated by gcc if you don t specify the name of the output file while compiling using gcc. to specify name of the output file option used is -o.
eg:
let hello.c is your source file
$gcc -o hello -Wall hello.c
in this hello is the name of output file and cmd to execute it is
../hello
if u don t specify it i.e
$gcc -Wall hello.c
then a.out will be your output file.


Vinayakk Merwade <nayak0986 at gmail.com> wrote: Hi
Does any one know what is the meaning of a.out file created after the
compilation of c,c++ program
does a has any fullform
urgently required


thanking you
vinayakk merwade
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail at plug.org.in)
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to plug-mail-request at plug.org.in for mailing instructions.


       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.


More information about the Plug-mail mailing list