![]() |
error message
I take the following message of error. How I can correct him?
error: `array' undeclared (first use in this function) error: (Each undeclared identifier is reported only once error: for each function it appears in.) Code:
void display(int b[9][9]) |
Re: error message
You have not declared the variable array which you have used in printf("%d ", array[i][j]);
|
| All times are GMT +5.5. The time now is 10:46. |