There are two ways, 1. Using structure for eg, struct string{ char str[100]; }STRING[100]; 2. Or by using char string[100][100]; I generally prefer using ...
確定! 回上一頁