Thursday 3 January 2008

TO PASSING 2-DIMENSIONAL ARRAY TO A FUNCTION BY C PROGRAM


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}








To
passing 2-dimensional (two dimensional) array to a function by c program


#include

#define M 3

#define N 5

void fstore2D(int a[][N]);

void fretrieve2D(int a[][N]);

No comments:

Post a Comment