C Program input/output of an array with the help of a for loop ... scanf ( "%d" , &Ele[i]); //for input of array elements. for (j =0; j<4; j++) // for output of ...
確定! 回上一頁