
char **ptr = array; is a pointer to a pointer to char like the below schema (ptr is argv, array is argc):

https://stackoverflow.com/questions/37098194/why-this-pointer-to-pointer-to-char-is-current
REF:https://www.quora.com/What-is-the-difference-between-char*-and-char

https://microchipdeveloper.com/tls2101:pointers-strings
![]()
請先 登入 以發表留言。