Passing Multi Dimensional Array to a funciton

void foo ( int a[3][3] );

int main ( void )
{
  int a[3][3];

  foo ( a );
}

If you want a better answer, ask a smarter question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.