Example for C Arrays: int a[10]; // integer array; char b[10]; // character array i. An array can store any kind of elements—from integers to strings to ...
確定! 回上一頁