argv holds the command line args which is a double pointer. I need to pass this to a function which accepts a single pointer as the parameter. How do I do this? Just typecast it?argv holds the command line args which is a dou
argv holds the command line args which is a double pointer. I need to pass this to a function which accepts a single pointer as the parameter. How do I do this? Just typecast it?argv holds the command line args which is a dou