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