I have program which takes special character as parameter in command line for a program in java. But I can not send * (asterisk) as input for my program.
Give me some explain and solution for my problem.
Is it possible to pass command line arguments to C programs? If yes, can you write down the prototype for main function with command line arguments?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function in C programming?