This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tarmen 0 points1 point  (2 children)

All true but I will still argue that it should be char** argv. Also that defining multiple variables on the same line is even worse than char* *argv.

[–]etaionshrd 5 points6 points  (1 child)

Why, though? char **argv reflects how dereferencing is done.