Thread
:
arguments to the function
View Single Post
swaeded
Light Poster
26Apr2007,14:38
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....