include #include int main(void) { char arrc[UINT_MAX] = {'a'}; printf("arrc = %s\n", arrc); return 0; } ================ OUTPUT ...
確定! 回上一頁