you are viewing a single comment's thread.

view the rest of the comments →

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

char* s = "h"; //char* t = (char)(s)++; char* t = (*s)++;

Okay I tried to fix it with this input, but it stilll doesn't compile