Click here to Skip to main content
15,885,869 members

Comments by AmitGajjar (Top 200 by date)

AmitGajjar 2-May-18 15:16pm View    
What is not working ? store in an array and at the end of loop read that array again.
AmitGajjar 26-Jun-17 20:07pm View    
Apologies for being rude 5 years back. :)
AmitGajjar 13-Mar-15 8:42am View    
If you need to know argument inside main function, its just reading args variable. If you need to see that outside main function, you need to copy parameters in some global variable and access that global variable from wherever you want.

Hope this is what your looking for.
AmitGajjar 12-Mar-15 17:06pm View    
5+
AmitGajjar 12-Mar-15 17:04pm View    
Do you want to see argument passed in Main function ?