We could set each solumn to be strings like "sssssss", however this would use more memory than it's really needed. If we wanted to store a large array of small numerical values (e.g. under 128), then ...
// 整数 byte b0 = B10010; word w0 = 13; short i0 = 13; int i0 = 13; unsigned int ui0 = 13; long l0 = 13; unsigned long ul = 13; // 整数の配列 int ia0[] = {2, 4 ...