[Solved] Use long** instead of char** in C main argument
I tested this on the server (I AM NOT ABLE TO RUN THIS CODE ON MY MACHINE). And apparently, the parameter a is stored in stack like char. If I am calling my program like this ./a 12345678 and print out *a[1] as long in hex format, I got the value 0x3837363534333231 I will say … Read more