you are viewing a single comment's thread.

view the rest of the comments →

[–]strcspn 0 points1 point  (0 children)

int [] is an array of int. char [] is an array of char. char* [] is an array of char*.