View Single Post
Light Poster
26Apr2007,14:38  
swaeded's Avatar
Can we pass a matrix as an argument to a function..
means can we have the function declaration like this..

int matrix(int a[i][j])
{

}

then how can we call this function....