We can use scanf function to take a number as input from user and store it in integer array at index i as follows. scanf("%d", &inputArray[i]);
確定! 回上一頁