how to get input in 2d array in c. #include int main(){ printf("Enter the number of columns"); int i; scanf("%d", &i); printf("Enter the number of rows"); ...
確定! 回上一頁