Strings in C are represented by arrays of characters. ... char string8[] = "this is a test"; char string9[10]; substr(string9, string8, 5, 4); printf("%s\n" ...
確定! 回上一頁