經安全檢測,此網站為安全網站,請放心前往原始網址!

C programming Interview questions and answers: Write a c program which passes two dimension array to

How to pass two dimensional array to a function in c #include #define M 3 #define N 5 void fstore2D(int a[][N]); void fretrieve2D(int a[][N]); int main(){ int a[M][N]; printf("Input data in matrix (%d X %d)\n", M, N); fstore2D(a); fretrieve2D(a); ret

www.cquestions.com

網址安全性掃描由 google 提供