LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   a.out command arguments (https://www.linuxquestions.org/questions/programming-9/a-out-command-arguments-916286/)

shariefbe 11-24-2011 10:16 AM

a.out command arguments
 
Can anyone tell me what to give while running this program?

./a.out ..........?

what will come as command line argument?

Please anyone help me....

Nylex 11-24-2011 10:30 AM

Quote:

Originally Posted by shariefbe (Post 4532857)
Can anyone tell me what to give while running this program?

./a.out ..........?

what will come as command line argument?

Please anyone help me....

Please don't post in unrelated threads (especially since this one is several years old). I've asked the moderators to split your post into its own thread.

As far as your question is concerned, it's pretty impossible for us to tell you which command line arguments that program accepts, as we don't know what it does. a.out is the default executable file name when you compile using the GNU compilers.

Perhaps you'd like to give more information about your problem?


All times are GMT -5. The time now is 04:18 AM.