赞题库-背景图
问答题

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<5; i++)
      {
             scanf("%d", (1));
      }
      return 0;
}

【参考答案】

&arr[i]