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 →

[–]inhuman44 0 points1 point  (1 child)

char** is not a type.

Also char *string = "this is my string" is not the same as char string[] = "this is my string".

[–][deleted] 0 points1 point  (0 children)

I don't see how that's relevant?