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 <[EMAIL PROTECTED]> 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@plug.org.in) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions. --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
