问答题I'd like to read 5 values and store them into the array. Please fill the blank to complete the program. int main() { int i; int arr[5]; for(i=0; i { scanf( %d , (1)); } return 0; }
单项选择题A、-1 B、-2 C、-3 D、-4