[C언어 소스] 배열 초기화 예 [C언어 소스] 배열 초기화 예 #include int main() { int arr1[4]={1,2}; int arr2[4]; int index = 0; for(index = 0; index C언어/디딤돌 C언어 예제 2016.11.26