Hi,
How do i use command line arguments in the function which is called in main function and defined outside the main function.Even though,i can pass them as arguments..but if i do that...it makes me to pass many arguments.So,pl ease let me know how do i fetch the cmnd line arguments in another function without passing them as parameters to the function.
How do i use command line arguments in the function which is called in main function and defined outside the main function.Even though,i can pass them as arguments..but if i do that...it makes me to pass many arguments.So,pl ease let me know how do i fetch the cmnd line arguments in another function without passing them as parameters to the function.
Comment