最佳答案
看起来 argv[argc]
总是 NULL
,所以我认为我们可以在没有 argc
的情况下遍历参数列表。一个 while
循环就可以做到这一点。
If there is always a NULL
at the end of argv
, why do we need an argc
?